Class SmsRows.IdxReferenceKey
Class representing index 'IDXSmsReference_key'.
Inheritance
IdxBase
IdxBase<SmsTableInfo>
SmsRow.SmsRowIdxBase
SmsRows.SmsRowsIdx
SmsRows.IdxReferenceKey
Inherited Members
Namespace: SuperOffice.CRM.Rows
Assembly: SoDataBase.dll
Syntax
public sealed class 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. |
Overrides
SuperOffice.CRM.Rows.IdxBase.UpdateRow(SuperOffice.CRM.Rows.TableRowBase)
Implements
Extension Methods
EnumUtil.MapEnums<From, To>(From)