An NDoc Documented Class Library

IMapMessage Members

IMapMessage overview

Public Instance Properties

MapNames An Enumeration of all the names in the MapMessage object.

Public Instance Methods

GetBoolean Returns the boolean value with the specified name.
GetByte Returns the byte value with the specified name.
GetBytes Returns the byte array with the specified name.
GetChar Returns the character value with the specified name.
GetDouble Returns the double value with the specified name.
GetFloat Returns the float value with the specified name.
GetInt Returns the integer value with the specified name.
GetLong Returns the long value with the specified name.
GetObject Returns the object value with the specified name.
GetShort Returns the short value with the specified name.
GetString Returns the string value with the specified name.
ItemExists Indicates whether an item exists in this MapMessage object.
SetBoolean Sets a boolean value with the specified name into the MapMessage.
SetByte Sets a byte value with the specified name into the MapMessage.
SetBytesOverloaded. Sets a byte array with the specified name into the MapMessage.
SetChar Sets a character value with the specified name into the MapMessage.
SetDouble Sets a double value with the specified name into the MapMessage.
SetFloat Sets a float value with the specified name into the MapMessage.
SetInt Sets an integer value with the specified name into the MapMessage.
SetLong Sets a long value with the specified name into the MapMessage.
SetObject Sets an object value with the specified name into the MapMessage.
SetShort Sets a short value with the specified name into the MapMessage.
SetString Sets a string value with the specified name into the MapMessage.

See Also

IMapMessage Interface | webMethods.Msg Namespace