Class
Data

Represents the serialized objects' data.

Definition

Namespace:Telerik.Windows.Persistence.Core

Assembly:Telerik.Windows.PersistenceFramework.dll

Syntax:

cs-api-definition
public class Data

Inheritance: objectData

Constructors

Data()

Declaration

cs-api-definition
public Data()

Properties

IncompatibleTypes

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

Declaration

cs-api-definition
public Collection<TypeInfo> IncompatibleTypes { get; set; }

Property Value

Collection<TypeInfo>

PrimitiveValues

Gets or sets the primitive values of the serialized objects.

Declaration

cs-api-definition
public Collection<PrimitiveValue> PrimitiveValues { get; set; }

Property Value

Collection<PrimitiveValue>

ReferenceValues

Gets or sets the reference values of the serialized objects.

Declaration

cs-api-definition
public Collection<ReferenceValue> ReferenceValues { get; set; }

Property Value

Collection<ReferenceValue>

Types

Gets or sets the type information about the serialized objects.

Declaration

cs-api-definition
public Collection<TypeInfo> Types { get; set; }

Property Value

Collection<TypeInfo>