ClassPropertyData
Class
Represents information about a serialized property of an object.
Definition
Namespace:Telerik.Windows.Persistence.Core
Assembly:Telerik.Windows.PersistenceFramework.dll
Syntax:
cs-api-definition
public class PropertyData
Inheritance: objectPropertyData
Constructors
PropertyData()
Declaration
cs-api-definition
public PropertyData()
Properties
MatchResult
Gets or sets a value whether this data should be excluded from serialization.
Declaration
cs-api-definition
public MatchResult MatchResult { get; set; }
Property Value
PropertyName
Gets or sets the name of the property.
RefKey
Gets or sets the reference lookup key of the property.
TypeConverterTypeKey
Gets or sets the type converter look up key of the property.
TypeKey
Gets or sets the type look up key of the property.