ISerializationMetadata
Interface
Represents the serialization metadata.
Definition
Namespace:Telerik.Windows.Persistence.SerializationMetadata
Assembly:Telerik.Windows.PersistenceFramework.dll
Syntax:
C#
public interface ISerializationMetadata
Derived Classes:
Methods
Should serialize.
C#
MatchResult ShouldSerialize(PropertyInfo property, string propertyPath)
The property.
propertyPathstringThe property path.
Returns: