IDataMessage Interface

Provides access to methods and properties used to manage data messages.

Members

Name Description
Method addArgument Adds an argument to the data message.
Method addColumn Adds a column to the data message.
Read-only property ArgumentCount Number of arguments in the data message.
Read-only property ColumnCount Number of columns in data message.
Read-only property CreationDate Indicates date of data message's creation.
Read/write property DataDefinitionID ID value for the data definition in the message.
Read/write property Destination Indicates destination of the data message.
Method getArgument Gets an argument for the data message.
Method getColumn Returns value for columns in the data message.
Method getRawColumn Returns the Raw column info. For Objects it is a array of bytes conforming to the IPersist Stream format.
Read-only property ID ID value for the data message.
Read-only property MessageType Indicates type of data message.
Read/write property Priority Indictes priority of data message.
Method removeArgument Removes an argument from the data message.
Method removeColumn Removes a column from the data message.
Method setArgument Sets an argument for the data message.
Method setColumn Sets the number of columns in a data message.

IDataMessage.ArgumentCount Property

Number of arguments in the data message.

Public ReadOnly Property ArgumentCount As Integer
public int ArgumentCount {get;}

IDataMessage.ColumnCount Property

Number of columns in data message.

Public ReadOnly Property ColumnCount As Integer
public int ColumnCount {get;}

IDataMessage.CreationDate Property

Indicates date of data message's creation.

Public ReadOnly Property CreationDate As Object
public object CreationDate {get;}

IDataMessage.DataDefinitionID Property

ID value for the data definition in the message.

Public Property DataDefinitionID As String
public string DataDefinitionID {get; set;}

IDataMessage.Destination Property

Indicates destination of the data message.

Public Property Destination As String
public string Destination {get; set;}

IDataMessage.ID Property

ID value for the data message.

Public ReadOnly Property ID As String
public string ID {get;}

IDataMessage.MessageType Property

Indicates type of data message.

Public ReadOnly Property MessageType As enumMessageType
public enumMessageType MessageType {get;}

IDataMessage.Priority Property

Indictes priority of data message.

Public Property Priority As Integer
public int Priority {get; set;}

Classes that implement IDataMessage

Classes Description

Your browser is no longer supported. Please upgrade your browser for the best experience. See our browser deprecation post for more details.