Class MessageIdRows.IdxMessageId
Class representing index 'IDXMessage_idMessageId'.
Inheritance
MessageIdRows.IdxMessageId
Inherited Members
Namespace: SuperOffice.CRM.Rows
Assembly: SoDataBase.dll
Syntax
public sealed class MessageIdRows.IdxMessageId : MessageIdRows.MessageIdRowsIdx, ICloneable, ISentryIgnorable
Constructors
IdxMessageId(string)
Constructor for class MessageIdRows.IdxMessageId This class represents index 'IDXMessage_idMessageId'.
Declaration
public IdxMessageId(string messageId)
Parameters
| Type | Name | Description |
|---|---|---|
| string | messageId |
IdxMessageId(string, StringSearchType)
Constructor for class MessageIdRows.IdxMessageId This class represents index 'IDXMessage_idMessageId'.
Declaration
public IdxMessageId(string messageId, StringSearchType messageIdSearchType)
Parameters
| Type | Name | Description |
|---|---|---|
| string | messageId | |
| StringSearchType | messageIdSearchType | How to search for MessageId |
Properties
InnerRestriction
The Restriction passed to the Select statement.
Declaration
protected override Restriction InnerRestriction { get; }
Property Value
| Type | Description |
|---|---|
| Restriction | Restriction object holding the restrictions for the select statement. |
Overrides
MessageId
The message id
Declaration
public string MessageId { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
Methods
UpdateRow(TableRowBase)
Update the MessageIdRow with the values from the index.
Declaration
public override void UpdateRow(TableRowBase baseRow)
Parameters
| Type | Name | Description |
|---|---|---|
| TableRowBase | baseRow | The row to update. This must be an instance of MessageIdRow. |