Class SOROperatorsRows.IdxOperatorType
Class representing index 'IDXSOROperatorsOperatorType'.
Inheritance
SOROperatorsRows.IdxOperatorType
Inherited Members
Namespace: SuperOffice.CRM.Rows
Assembly: SoDataBase.dll
Syntax
public sealed class SOROperatorsRows.IdxOperatorType : SOROperatorsRows.SOROperatorsRowsIdx, ICloneable, ISentryIgnorable
Constructors
IdxOperatorType(string)
Constructor for class SOROperatorsRows.IdxOperatorType This class represents index 'IDXSOROperatorsOperatorType'.
Declaration
public IdxOperatorType(string operatorType)
Parameters
| Type | Name | Description |
|---|---|---|
| string | operatorType |
IdxOperatorType(string, StringSearchType)
Constructor for class SOROperatorsRows.IdxOperatorType This class represents index 'IDXSOROperatorsOperatorType'.
Declaration
public IdxOperatorType(string operatorType, StringSearchType operatorTypeSearchType)
Parameters
| Type | Name | Description |
|---|---|---|
| string | operatorType | |
| StringSearchType | operatorTypeSearchType | How to search for OperatorType |
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
OperatorType
date, string, number, boolean, list, tree, calendarw, calendarm, selection
Declaration
public string OperatorType { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
Methods
UpdateRow(TableRowBase)
Update the SOROperatorsRow 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 SOROperatorsRow. |