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

Data

Class

Represents the serialized objects' data.

Definition

Namespace:Telerik.Windows.Persistence.Core

Assembly:Telerik.Windows.PersistenceFramework.dll

Syntax:

C#
public class Data

Inheritance: objectData

Constructors

C#
public Data()

Properties

Gets or sets the type information about the serialized objects (incompatible types).

C#
public Collection<TypeInfo> IncompatibleTypes { get; set; }

Gets or sets the primitive values of the serialized objects.

C#
public Collection<PrimitiveValue> PrimitiveValues { get; set; }

Gets or sets the reference values of the serialized objects.

C#
public Collection<ReferenceValue> ReferenceValues { get; set; }

Gets or sets the type information about the serialized objects.

C#
public Collection<TypeInfo> Types { get; set; }