[This is preliminary documentation and is subject to change.]
Defines the symbol response value type found in a DSSymbolResponseValue
Namespace: Datastream.DswsApiAssembly: Datastream.DswsApi.NET4.0 (in Datastream.DswsApi.NET4.0.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
Members
Member name | Value | Description | |
---|---|---|---|
Error | 0 | An error | |
Empty | 1 | Empty value | |
Bool | 2 | Boolean | |
Int | 3 | Int32 | |
DateTime | 4 | DateTime | |
Double | 5 | Double | |
String | 6 | String | |
BoolArray | 7 | Array of boolean | |
IntArray | 8 | Array of Int32 | |
DateTimeArray | 9 | Array of DateTime | |
DoubleArray | 10 | Array of Double | |
StringArray | 11 | Array of String | |
ObjectArray | 12 | Array of Object | |
NullableBoolArray | 13 | Array of Nullable booleans | |
NullableIntArray | 14 | Array of Nullable Int32 | |
NullableDateTimeArray | 15 | Array of Nullable DateTime | |
NullableDoubleArray | 16 | Array of Nullable Double |
Version Information
.NET API Framework
Supported in: 4.1, 3.6See Also