Class SmsRows.IdxOutboxId
Class representing index 'IDXSmsOutbox_id'.
Inheritance
SmsRows.IdxOutboxId
Inherited Members
Namespace: SuperOffice.CRM.Rows
Assembly: SoDataBase.dll
Syntax
public sealed class SmsRows.IdxOutboxId : SmsRows.SmsRowsIdx, ICloneable, ISentryIgnorable
Constructors
IdxOutboxId(int)
Constructor for class SmsRows.IdxOutboxId This class represents index 'IDXSmsOutbox_id'.
Declaration
public IdxOutboxId(int outboxId)
Parameters
Type | Name | Description |
---|---|---|
int | outboxId |
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
OutboxId
The outbox entry which holds the information about the sms to be sent
Declaration
public int OutboxId { get; set; }
Property Value
Type | Description |
---|---|
int |
Methods
UpdateRow(TableRowBase)
Update the SmsRow 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 SmsRow. |