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

Represents a primitive serialized value.

Definition

Namespace:Telerik.Windows.Persistence.Core

Assembly:Telerik.Windows.PersistenceFramework.dll

Syntax:

C#
public class PrimitiveValue

Inheritance: objectPrimitiveValue

Constructors

C#
public PrimitiveValue()

Properties

Gets or sets the lookup key of the value.

C#
public int Key { get; set; }

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

C#
public string SpacePreserve { get; set; }

Gets or sets the type lookup key of the value.

C#
public int TypeKey { get; set; }

Gets or sets the value.

C#
public object Value { get; set; }