Chameleon and Iguana Plugin C# Class Libraries

Message Members

Message overview

Public Instance Constructors

Message Overloaded. Initializes a new instance of the Message class.

Public Instance Properties

Handle (inherited from Table) Get the table handle.
Handle64 (inherited from Table) Get the table handle.

Public Instance Methods

AddRow Prevents adding a row to the Message.
ColumnIndex (inherited from Table) Get the column index of the column named ColumnName.
ColumnName (inherited from Table) Get the table column name.
ColumnType (inherited from Table) Get the column type of the column at index ColumnIndex.
CountOfColumn (inherited from Table) Get the number of table columns.
CountOfRow (inherited from Table) Get the number of table rows.
CountOfSubTable (inherited from Table) Get the number of sub-tables.
Dispose (inherited from Table)Overloaded. Dispose of the Table object.
Equals (inherited from Object) 
GenerateMessage Get a message in text string format by calling the Engine.Generate method.
GetDate (inherited from Table) Get the date/time value at ColumnIndex and RowIndex.
GetDouble (inherited from Table) Get the double value at columnIndex and rowIndex.
GetHashCode (inherited from Object) 
GetInteger (inherited from Table) Get the integer value at columnIndex and rowIndex.
GetState (inherited from Table) Test the value in the cell at row rowIndex and column columnIndex to see if it is null, zero, empty or invalid.
GetString (inherited from Table) Get the string value at columnIndex and rowIndex.
GetType (inherited from Object) 
IsNull (inherited from Table) Check if the value at columnIndex and rowIndex is null.
SetDate (inherited from Table) Set the value at ColumnIndex and RowIndex to the date/time Value.
SetDouble (inherited from Table) Set the value at ColumnIndex and RowIndex to the double Value.
SetInteger (inherited from Table) Set the value at ColumnIndex and RowIndex to the integer Value.
SetString (inherited from Table) Set the value at ColumnIndex and RowIndex to the string Value.
SubTable (inherited from Table) Get the sub-table with the specified row and table index.
SubTableIndex (inherited from Table) Get the index of the sub-table named SubTableName.
TableName (inherited from Table) Get the table name.
ToString (inherited from Table) Convert the table data to a string.

Protected Instance Fields

m_TableHandle (inherited from Table) The Table handle for use in the internal implementation of Chameleon only.

Protected Instance Methods

DisposeOverloaded. Helper method. Inherited through the base class.
Finalize (inherited from Table) Destructor. Calls Dispose passing false as a parameter.
MemberwiseClone (inherited from Object) 

See Also

Message Class | iNTERFACEWARE.Chameleon Namespace