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