PropertyData
Class
Represents information about a serialized property of an object.
Definition
Namespace:Telerik.Windows.Persistence.Core
Assembly:Telerik.Windows.PersistenceFramework.dll
Syntax:
C#
public class PropertyData
Inheritance: objectPropertyData
Constructors
C#
public PropertyData()
Properties
Gets or sets a value whether this data should be excluded from serialization.
C#
public MatchResult MatchResult { get; set; }
Gets or sets the name of the property.
C#
public string PropertyName { get; set; }
Gets or sets the type converter look up key of the property.
C#
public int TypeConverterTypeKey { get; set; }