GenericValue Class

An object that may contain values of different data types.

Namespace: elsystem 

Properties

   Additional properties, methods, and events are described in the classes listed under Inheritance Hierarchy (see below).

  Name Type Description
Public property BooleanValue bool Gets or sets the Boolean value stored in the GenericValue.
Public property DateValue datetime Gets or sets the DateTime value stored in the GenericValue.
Public property DoubleValue double Gets or sets the double value stored in the GenericValue.
Public property Int64 int64 Gets or sets the int64 value stored in the GenericValue.
Public property IntegerValue int Gets or sets the integer value stored in the GenericValue.
Public property IsReadOnly bool True if the GenericValue is read-only.
Public property StringValue string Gets or sets the string value stored in the GenericValue.
Public property Type enum Gets or sets the enumerated value indicating the data type of the value contained in the generic value.
Public property Value object Gets or sets the object of the value contained in the GenericValue object.
Methods
  Name Description
Public property Create(value) Initializes a new instance of a GenericValue with the specified integer value.
Public property Create(value) Initializes a new instance of a GenericValue with the specified int64 value.
Public property ToString() A string representation of the value stored in the GenericValue.
Inheritance Hierarchy

elsystem.Object

elsystem.GenericValue