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