Class SOROperatorsRows.IdxOperatorType
Class representing index 'IDXSOROperatorsOperatorType'.
Inheritance
IdxBase
IdxBase<SOROperatorsTableInfo>
SOROperatorsRow.SOROperatorsRowIdxBase
SOROperatorsRows.SOROperatorsRowsIdx
SOROperatorsRows.IdxOperatorType
Inherited Members
Namespace: SuperOffice.CRM.Rows
Assembly: SoDataBase.dll
Syntax
public sealed class 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. |
Overrides
SuperOffice.CRM.Rows.IdxBase.UpdateRow(SuperOffice.CRM.Rows.TableRowBase)
Implements
Extension Methods
EnumUtil.MapEnums<From, To>(From)