Message Methods |
The Message type exposes the following members.
Name | Description | |
---|---|---|
GetCorrelationID |
Returns the correlationId associated with this message at the specified
position.
| |
GetElement(String) | Returns the element of this message having the specified name.
| |
GetElement(Name) | Returns the element of this message having the specified name.
| |
GetElementAsBool(String) | Returns the value of the element having the specified name as
a boolean value.
| |
GetElementAsBool(Name) | Returns the value of the element having the specified name as
a boolean value.
| |
GetElementAsBytes(String) | Returns the value of the element having the specified name as
a byte array.
| |
GetElementAsBytes(Name) | Returns the value of the element having the specified name as
a byte array.
| |
GetElementAsChar(String) | Returns the value of the element having the specified name as
a char value.
| |
GetElementAsChar(Name) | Returns the value of the element having the specified name as
a char value.
| |
GetElementAsDate(String) | Returns the value of the element having the specified name as
a Date value.
| |
GetElementAsDate(Name) | Returns the value of the element having the specified name as
a Date value.
| |
GetElementAsDatetime(String) | Returns the value of the element having the specified name as
a Datetime value.
| |
GetElementAsDatetime(Name) | Returns the value of the element having the specified name as
a Datetime value.
| |
GetElementAsFloat32(String) | Returns the value of the element having the specified name as
a float value.
| |
GetElementAsFloat32(Name) | Returns the value of the element having the specified name as
a float value.
| |
GetElementAsFloat64(String) | Returns the value of the element having the specified name as
a double value.
| |
GetElementAsFloat64(Name) | Returns the value of the element having the specified name as
a double value.
| |
GetElementAsInt32(String) | Returns the value of the element having the specified name as
an int value.
| |
GetElementAsInt32(Name) | Returns the value of the element having the specified name as
an int value.
| |
GetElementAsInt64(String) | Returns the value of the element having the specified name as
a long value.
| |
GetElementAsInt64(Name) | Returns the value of the element having the specified name as
a long value.
| |
GetElementAsName(String) | Returns the value of the element having the specified name as
a Constant value.
| |
GetElementAsName(Name) | Returns the value of the element having the specified name as
a Constant value.
| |
GetElementAsString(String) | Returns the value of the element having the specified name as
a string value.
| |
GetElementAsString(Name) | Returns the value of the element having the specified name as
a string value.
| |
GetElementAsTime(String) | Returns the value of the element having the specified name as
a Time value.
| |
GetElementAsTime(Name) | Returns the value of the element having the specified name as
a Time value.
| |
HasElement(String) |
Returns true if this message has the element having the specified name
false otherwise.
| |
HasElement(Name) |
Returns true if this message has the element having the specified name
false otherwise.
| |
HasElement(String, Boolean) |
Returns true if this message has the element having the specified name
false otherwise.
| |
HasElement(Name, Boolean) |
Returns true if this message has the element having the specified name
false otherwise.
| |
Print(Stream) | Print the message into the stream.
| |
Print(TextWriter) | Print the message with the help of text writer.
| |
ToString | Return the string representation of this object.
(Overrides ObjectToString.) |