Class
PrimitiveValue

Represents a primitive serialized value.

Definition

Namespace:Telerik.Windows.Persistence.Core

Assembly:Telerik.Windows.PersistenceFramework.dll

Syntax:

cs-api-definition
public class PrimitiveValue

Inheritance: objectPrimitiveValue

Constructors

PrimitiveValue()

Declaration

cs-api-definition
public PrimitiveValue()

Properties

Key

Gets or sets the lookup key of the value.

Declaration

cs-api-definition
public int Key { get; set; }

Property Value

int

SpacePreserve

Gets or sets a string value indicating whether empty space must be preserved.

Declaration

cs-api-definition
public string SpacePreserve { get; set; }

Property Value

string

TypeKey

Gets or sets the type lookup key of the value.

Declaration

cs-api-definition
public int TypeKey { get; set; }

Property Value

int

Value

Gets or sets the value.

Declaration

cs-api-definition
public object Value { get; set; }

Property Value

object