Class OutboxRows.IdxMessageId
Class representing index 'IDXOutboxMessage_id'.
Inheritance
IdxBase
IdxBase<OutboxTableInfo>
OutboxRow.OutboxRowIdxBase
OutboxRows.OutboxRowsIdx
OutboxRows.IdxMessageId
Inherited Members
Namespace: SuperOffice.CRM.Rows
Assembly: SoDataBase.dll
Syntax
public sealed class IdxMessageId : OutboxRows.OutboxRowsIdx, ICloneable, ISentryIgnorable
Constructors
IdxMessageId(Int32)
Constructor for class OutboxRows.IdxMessageId This class represents index 'IDXOutboxMessage_id'.
Declaration
public IdxMessageId(int messageId)
Parameters
Type | Name | Description |
---|---|---|
Int32 | 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 this reference is connected to.
Declaration
public int MessageId { get; set; }
Property Value
Type | Description |
---|---|
Int32 |
Methods
UpdateRow(TableRowBase)
Update the OutboxRow 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 OutboxRow. |
Overrides
SuperOffice.CRM.Rows.IdxBase.UpdateRow(SuperOffice.CRM.Rows.TableRowBase)
Implements
Extension Methods
EnumUtil.MapEnums<From, To>(From)