Class PrimitiveValue
Represents a primitive serialized value.
Inheritance
System.Object
PrimitiveValue
Namespace: Telerik.Windows.Persistence.Core
Assembly: Telerik.Windows.PersistenceFramework.dll
Syntax
public class PrimitiveValue : Object
Constructors
PrimitiveValue()
Declaration
public PrimitiveValue()
Properties
Key
Gets or sets the lookup key of the value.
Declaration
public int Key { get; set; }
Property Value
System.Int32
|
SpacePreserve
Gets or sets a string value indicating whether empty space must be preserved.
Declaration
public string SpacePreserve { get; set; }
Property Value
System.String
|
TypeKey
Gets or sets the type lookup key of the value.
Declaration
public int TypeKey { get; set; }
Property Value
System.Int32
|
Value
Gets or sets the value.
Declaration
public object Value { get; set; }
Property Value
System.Object
|