New to Telerik UI for WPFStart a free 30-day trial

Represents a reference value of a serialized object.

Definition

Namespace:Telerik.Windows.Persistence.Core

Assembly:Telerik.Windows.PersistenceFramework.dll

Syntax:

C#
public class ReferenceValue

Inheritance: objectReferenceValue

Constructors

C#
public ReferenceValue()

Properties

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

C#
public Collection<PropertyData> AttachedDatas { get; set; }

Gets or sets the property data associated with this value.

C#
public Collection<PropertyData> Datas { get; set; }

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

C#
public bool IsRoot { get; set; }

Gets or sets the look up key of the value.

C#
public int Key { get; set; }

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

C#
public int TypeKey { get; set; }