Class ReferenceValue
Represents a reference value of a serialized object.
Inheritance
Namespace: Telerik.Windows.Persistence.Core
Assembly: Telerik.Windows.PersistenceFramework.dll
Syntax
public class ReferenceValue : Object
Constructors
ReferenceValue()
Declaration
public ReferenceValue()
Properties
AttachedDatas
Gets or sets the attached property data associated with this value.
Declaration
public Collection<PropertyData> AttachedDatas { get; set; }
Property Value
System.
|
Datas
Gets or sets the property data associated with this value.
Declaration
public Collection<PropertyData> Datas { get; set; }
Property Value
System.
|
IsRoot
Gets or sets whether this reference value is a root object.
Declaration
public bool IsRoot { get; set; }
Property Value
System.
|
Key
Gets or sets the look up key of the value.
Declaration
public int Key { get; set; }
Property Value
System.
|
TypeKey
Gets or sets the look up type key of the value.
Declaration
public int TypeKey { get; set; }
Property Value
System.
|