Click or drag to resize
Message Methods

The Message type exposes the following members.

Methods
  NameDescription
Public methodGetCorrelationID
Returns the correlationId associated with this message at the specified position.
Public methodGetElement(String)
Returns the element of this message having the specified name.
Public methodGetElement(Name)
Returns the element of this message having the specified name.
Public methodGetElementAsBool(String)
Returns the value of the element having the specified name as a boolean value.
Public methodGetElementAsBool(Name)
Returns the value of the element having the specified name as a boolean value.
Public methodGetElementAsBytes(String)
Returns the value of the element having the specified name as a byte array.
Public methodGetElementAsBytes(Name)
Returns the value of the element having the specified name as a byte array.
Public methodGetElementAsChar(String)
Returns the value of the element having the specified name as a char value.
Public methodGetElementAsChar(Name)
Returns the value of the element having the specified name as a char value.
Public methodGetElementAsDate(String)
Returns the value of the element having the specified name as a Date value.
Public methodGetElementAsDate(Name)
Returns the value of the element having the specified name as a Date value.
Public methodGetElementAsDatetime(String)
Returns the value of the element having the specified name as a Datetime value.
Public methodGetElementAsDatetime(Name)
Returns the value of the element having the specified name as a Datetime value.
Public methodGetElementAsFloat32(String)
Returns the value of the element having the specified name as a float value.
Public methodGetElementAsFloat32(Name)
Returns the value of the element having the specified name as a float value.
Public methodGetElementAsFloat64(String)
Returns the value of the element having the specified name as a double value.
Public methodGetElementAsFloat64(Name)
Returns the value of the element having the specified name as a double value.
Public methodGetElementAsInt32(String)
Returns the value of the element having the specified name as an int value.
Public methodGetElementAsInt32(Name)
Returns the value of the element having the specified name as an int value.
Public methodGetElementAsInt64(String)
Returns the value of the element having the specified name as a long value.
Public methodGetElementAsInt64(Name)
Returns the value of the element having the specified name as a long value.
Public methodGetElementAsName(String)
Returns the value of the element having the specified name as a Constant value.
Public methodGetElementAsName(Name)
Returns the value of the element having the specified name as a Constant value.
Public methodGetElementAsString(String)
Returns the value of the element having the specified name as a string value.
Public methodGetElementAsString(Name)
Returns the value of the element having the specified name as a string value.
Public methodGetElementAsTime(String)
Returns the value of the element having the specified name as a Time value.
Public methodGetElementAsTime(Name)
Returns the value of the element having the specified name as a Time value.
Public methodHasElement(String)
Returns true if this message has the element having the specified name false otherwise.
Public methodHasElement(Name)
Returns true if this message has the element having the specified name false otherwise.
Public methodHasElement(String, Boolean)
Returns true if this message has the element having the specified name false otherwise.
Public methodHasElement(Name, Boolean)
Returns true if this message has the element having the specified name false otherwise.
Public methodPrint(Stream)
Print the message into the stream.
Public methodPrint(TextWriter)
Print the message with the help of text writer.
Public methodToString
Return the string representation of this object.
(Overrides ObjectToString.)
Top
See Also