Class EjMessageRows.IdxMessageId
Class representing index 'IDXEj_messageMessage_id'.
Inheritance
EjMessageRows.IdxMessageId
Inherited Members
Namespace: SuperOffice.CRM.Rows
Assembly: SoDataBase.dll
Syntax
public sealed class EjMessageRows.IdxMessageId : EjMessageRows.EjMessageRowsIdx, ICloneable, ISentryIgnorable
Constructors
IdxMessageId(string)
Constructor for class EjMessageRows.IdxMessageId This class represents index 'IDXEj_messageMessage_id'.
Declaration
public IdxMessageId(string messageId)
Parameters
| Type | Name | Description |
|---|---|---|
| string | messageId |
IdxMessageId(string, StringSearchType)
Constructor for class EjMessageRows.IdxMessageId This class represents index 'IDXEj_messageMessage_id'.
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 header value from the email. Used for threading, i.e. connecting messages to existing tickets.
Declaration
public string MessageId { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
Methods
UpdateRow(TableRowBase)
Update the EjMessageRow 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 EjMessageRow. |