Class
PropertyData

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

MatchResult

PropertyName

Gets or sets the name of the property.

Declaration

cs-api-definition
public string PropertyName { get; set; }

Property Value

string

RefKey

Gets or sets the reference lookup key of the property.

Declaration

cs-api-definition
public int RefKey { get; set; }

Property Value

int

TypeConverterTypeKey

Gets or sets the type converter look up key of the property.

Declaration

cs-api-definition
public int TypeConverterTypeKey { get; set; }

Property Value

int

TypeKey

Gets or sets the type look up key of the property.

Declaration

cs-api-definition
public int TypeKey { get; set; }

Property Value

int

ValueKey

Gets or sets the value lookup key of the property.

Declaration

cs-api-definition
public int ValueKey { get; set; }

Property Value

int