SUMMARY
The NBElementValueType enum represents the allowed broker data types for NBElement values in the logical (hierarchical) view of the message.

Declaration Syntax
C# | Visual Basic | Visual C++ | F# |
public enum NBElementValueType
Public Enumeration NBElementValueType
public enum class NBElementValueType

Members
Member | Description |
---|
Boolean |
The datatype is Boolean, which maps to the CLR type of Boolean or Nullable<Boolean>.
|
Decimal |
The datatype is Decimal, which maps to the CLR type of Decimal or Nullable<Decimal>.
|
Unknown |
The datatype is unknown
|
Bit |
The datatype is Bit, which maps to the CLR type of BitArray.
|
Float |
The datatype is Float, which maps to the CLR type of Double or Nullable<Double>.
|
Blob |
The datatype is Blob, which maps to the CLR type of Byte[].
|
IntervalYearMonth |
The datatype is IntervalYearMonth, which does not currently have a datatype mapping.
|
IntervalDaySecond |
The datatype is IntervalDaySecond, which maps to the CLR type of TimeSpan or Nullable<TimeSpan>.
|
GmtTimestamp |
The datatype is GmtTimestamp, which maps to the CLR type of DateTime or Nullable<DateTime>.
|
Timestamp |
The datatype is Timestamp, which maps to the CLR type of DateTimeOffset or Nullable<DateTimeOffset>.
|
Date |
The datatype is Date, which maps to the CLR type of DateTimeOffset or Nullable<DateTimeOffset>.
|
GmtTime |
The datatype is GmtTime, which maps to the CLR type of TimeSpan or Nullable<TimeSpan>.
|
Time |
The datatype is Time, which maps to the CLR type of TimeSpan or Nullable<TimeSpan>.
|
Character |
The datatype is Character, which maps to the CLR type of String.
|
Integer |
The datatype is Integer, which maps to the CLR type of Int64 or Nullable<Int64>.
|
Assembly:
IBM.Broker.Plugin (Module: IBM.Broker.Plugin) Version: 8.0.0.0