forwardVersion Property    Table of ContentLicenseException Classforward
IMessage Methods

The IMessage type exposes the following members.

Methods
  NameDescription
Public methodClone
Creates a new object that is a copy of the current instance.
(Inherited from ICloneable.)
Public methodContains
Returns true if field present in fieldset and has not null value.
(Inherited from IFieldSet.)
Public methodDispose
Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.
(Inherited from IDisposable.)
Public methodGetBoolean
Returns value of bool field.
(Inherited from IFieldSet.)
Public methodGetChar
Returns value of char field.
(Inherited from IFieldSet.)
Public methodGetDecimal
Returns value of decimal field.
(Inherited from IFieldSet.)
Public methodGetGroup
Returns repeating group.
(Inherited from IFieldSet.)
Public methodGetInteger
Returns value of integer field.
(Inherited from IFieldSet.)
Public methodGetLong
Returns value of long field.
(Inherited from IFieldSet.)
Public methodGetMaturityMonthYear
Returns value of maturity month year field.
(Inherited from IFieldSet.)
Public methodGetString
Returns value of string field.
(Inherited from IFieldSet.)
Public methodGetUnsignedInteger
Returns value of unsigned integer field.
(Inherited from IFieldSet.)
Public methodGetUnsignedLong
Returns value of unsigned long field.
(Inherited from IFieldSet.)
Top
See Also