Class
ReferenceValue

Represents a reference value of a serialized object.

Definition

Namespace:Telerik.Windows.Persistence.Core

Assembly:Telerik.Windows.PersistenceFramework.dll

Syntax:

cs-api-definition
public class ReferenceValue

Inheritance: objectReferenceValue

Constructors

ReferenceValue()

Declaration

cs-api-definition
public ReferenceValue()

Properties

AttachedDatas

Gets or sets the attached property data associated with this value.

Declaration

cs-api-definition
public Collection<PropertyData> AttachedDatas { get; set; }

Property Value

Collection<PropertyData>

Datas

Gets or sets the property data associated with this value.

Declaration

cs-api-definition
public Collection<PropertyData> Datas { get; set; }

Property Value

Collection<PropertyData>

IsRoot

Gets or sets whether this reference value is a root object.

Declaration

cs-api-definition
public bool IsRoot { get; set; }

Property Value

bool

Key

Gets or sets the look up key of the value.

Declaration

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

Property Value

int

TypeKey

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

Declaration

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

Property Value

int