Class SmsRows.IdxReferenceKey
Class representing index 'IDXSmsReference_key'.
Inheritance
SmsRows.IdxReferenceKey
Inherited Members
Namespace: SuperOffice.CRM.Rows
Assembly: SoDataBase.dll
Syntax
public sealed class SmsRows.IdxReferenceKey : SmsRows.SmsRowsIdx, ICloneable, ISentryIgnorable
Constructors
IdxReferenceKey(string)
Constructor for class SmsRows.IdxReferenceKey This class represents index 'IDXSmsReference_key'.
Declaration
public IdxReferenceKey(string referenceKey)
Parameters
| Type | Name | Description |
|---|---|---|
| string | referenceKey |
IdxReferenceKey(string, StringSearchType)
Constructor for class SmsRows.IdxReferenceKey This class represents index 'IDXSmsReference_key'.
Declaration
public IdxReferenceKey(string referenceKey, StringSearchType referenceKeySearchType)
Parameters
| Type | Name | Description |
|---|---|---|
| string | referenceKey | |
| StringSearchType | referenceKeySearchType | How to search for ReferenceKey |
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
ReferenceKey
The reference used for delivery report
Declaration
public string ReferenceKey { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
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. |