ClassReferenceValue
Class
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
Datas
Gets or sets the property data associated with this value.
Declaration
cs-api-definition
public Collection<PropertyData> Datas { get; set; }
Property Value
IsRoot
Gets or sets whether this reference value is a root object.
Key
Gets or sets the look up key of the value.