Class SmsHysteriaRow.IdxSmsHysteriaId
Class representing index 'IDXSms_hysteriaId'.
Inheritance
SmsHysteriaRow.IdxSmsHysteriaId
Inherited Members
Namespace: SuperOffice.CRM.Rows
Assembly: SoDataBase.dll
Syntax
public class SmsHysteriaRow.IdxSmsHysteriaId : SmsHysteriaRow.SmsHysteriaRowIdx, ICloneable, ISentryIgnorable
Constructors
IdxSmsHysteriaId(int)
Constructor for class SmsHysteria.IdxSmsHysteriaId This class represents index 'IDXSms_hysteriaId'.
Declaration
public IdxSmsHysteriaId(int smsHysteriaId)
Parameters
| Type | Name | Description |
|---|---|---|
| int | smsHysteriaId |
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
Methods
UpdateRow(TableRowBase)
Update the SmsHysteriaRow 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 SmsHysteriaRow. |