Interface ISerializationMetadata
Represents the serialization metadata.
Namespace: Telerik.Windows.Persistence.SerializationMetadata
Assembly: Telerik.Windows.PersistenceFramework.dll
Syntax
public interface ISerializationMetadata
Methods
ShouldSerialize(PropertyInfo, String)
Should serialize.
Declaration
MatchResult ShouldSerialize(PropertyInfo property, string propertyPath)
Parameters
System.Reflection.PropertyInfo
property
The property. |
System.String
propertyPath
The property path. |
Returns
MatchResult
|