Class CcTemplateRows.IdxKey
Class representing index 'IDXCc_templateKey'.
Inheritance
CcTemplateRows.IdxKey
Inherited Members
Namespace: SuperOffice.CRM.Rows
Assembly: SoDataBase.dll
Syntax
public sealed class CcTemplateRows.IdxKey : CcTemplateRows.CcTemplateRowsIdx, ICloneable, ISentryIgnorable
Constructors
IdxKey(string)
Constructor for class CcTemplateRows.IdxKey This class represents index 'IDXCc_templateKey'.
Declaration
public IdxKey(string key)
Parameters
| Type | Name | Description |
|---|---|---|
| string | key |
IdxKey(string, StringSearchType)
Constructor for class CcTemplateRows.IdxKey This class represents index 'IDXCc_templateKey'.
Declaration
public IdxKey(string key, StringSearchType keySearchType)
Parameters
| Type | Name | Description |
|---|---|---|
| string | key | |
| StringSearchType | keySearchType | How to search for Key |
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
Key
The key to this template, normally the local path and filename
Declaration
public string Key { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
Methods
UpdateRow(TableRowBase)
Update the CcTemplateRow 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 CcTemplateRow. |