SbdfValueTypeId Enumeration

Spotfire 14.3 API Reference
Type identifiers for value types in Sbdf.

Namespace:  Spotfire.Dxp.Data.Formats.Sbdf
Assembly:  Spotfire.Dxp.Data.Formats.Sbdf (in Spotfire.Dxp.Data.Formats.Sbdf.dll) Version: 65.0.19510.3242 (65.0.19510.3242)
Syntax

C#
public enum SbdfValueTypeId
Members

  Member nameValueDescription
UnknownType0 An unknown value type.
BoolType1 The Boolean value type.
IntType2 The Integer value type.
LongType3 The Long integer value type.
FloatType4 The Float value type.
DoubleType5 The Double value type.
DateTimeType6 The DateTime value type.
DateType7 The Date value type.
TimeType8 The Time value type.
TimeSpanType9 The TimeSpan value type.
StringType10 The String value type.
BinaryType12 The Binary value type.
DecimalType13 The Decimal value type.
Version Information

Supported in: 14.3, 14.2, 14.1, 14.0, 12.5, 12.4, 12.3, 12.2, 12.1, 12.0, 11.8
See Also

Reference