Binary | If the Enumerator element is of type FT_BINARY then the binary
value is returned or else an exception is thrown
|
Bool | If the Enumerator element is of type FT_BOOL then the bool value
is returned or else an exception is thrown
|
BoolArray | If the Enumerator element is of type FT_BOOL_ARRAY then the
bool_array value is returned or else an exception is thrown
|
Byte | If the Enumerator element is of type FT_BYTE then the byte value
is returned or else an exception is thrown
|
Char | If the Enumerator element is of type FT_CHAR then the char value
is returned or else an exception is thrown
|
Guid | If the Enumerator element is of type FT_GUID then the guid value
is returned or else an exception is thrown
|
GuidArray | If the Enumerator element is of type FT_GUID_ARRAY then the
guid_array value is returned or else an exception is thrown
|
Index | Returns the index of the EnumeratorElement, which is actually the index
of the element within the message
|
Int2 | If the Enumerator element is of type FT_INT2 then the int2 value
is returned or else an exception is thrown
|
Int2Array | If the Enumerator element is of type FT_INT2_ARRAY then the
int2_array value is returned or else an exception is thrown
|
Int4 | If the Enumerator element is of type FT_INT4 then the int4 value
is returned or else an exception is thrown
|
Int4Array | If the Enumerator element is of type FT_INT4_ARRAY then the
int4 array value is returned or else an exception is thrown
|
Int8 | If the Enumerator element is of type FT_INT8 then the int8 value
is returned or else an exception is thrown
|
Int8Array | If the Enumerator element is of type FT_INT8_ARRAY then the
int8_array value is returned or else an exception is thrown
|
Msg | If the Enumerator element is of type FT_MSG then the msg value
is returned or else an exception is thrown
|
MsgArray | If the Enumerator element is of type FT_MSG_ARRAY then the
msg_array value is returned or else an exception is thrown
|
MsgId | If the Enumerator element is of type FT_MSGID then the msgid value
is returned or else an exception is thrown
|
MsgIdArray | If the Enumerator element is of type FT_MSGID_ARRAY then the msgid
array value is returned or else an exception is thrown
|
Name | Returns the name of the EnumeratorElement, if the element is a named field
If the field is not a named field then this method returns null.
|
Named | Returns true if the EnumeratorElement is a named field type, false
otherwise.
|
Real4 | If the Enumerator element is of type FT_REAL4 then the real4 value
is returned or else an exception is thrown
|
Real4Array | If the Enumerator element is of type FT_REAL4_ARRAY then the
real4_array value is returned or else an exception is thrown
|
Real8 | If the Enumerator element is of type FT_REAL8 then the real8 value
is returned or else an exception is thrown
|
Real8Array | If the Enumerator element is of type FT_REAL8_ARRAY then the
real8_array value is returned or else an exception is thrown
|
Str | If the Enumerator element is of type FT_STR then the str value
is returned or else an exception is thrown
|
StrArray | If the Enumerator element is of type FT_STR_ARRAY then the
str_array value is returned or else an exception is thrown
|
Timestamp | If the Enumerator element is of type FT_TIMESTAMP then the
timestamp value is returned or else an exception is thrown
|
TimestampArray | If the Enumerator element is of type FT_TIMESTAMP_ARRAY then the
timestamp array value is returned or else an exception is thrown
|
Type | Returns the type of the EnumeratorElement, which is actually the
field type of the current field within the message
|
Unknown | Returns true if the EnumeratorElement is of type unknown, false
otherwise.
|
Utf8 | If the Enumerator element is of type FT_UTF8 then the utf8 value
is returned or else an exception is thrown
|
Utf8Array | If the Enumerator element is of type FT_UTF8_ARRAY then the
utf8_array value is returned or else an exception is thrown
|
Xml | If the Enumerator element is of type FT_XML then the xml value
is returned or else an exception is thrown
|