Class EjselEjselRows.IdxOperation
Class representing index 'IDXEjsel_ejselOperation'.
Inheritance
EjselEjselRows.IdxOperation
Inherited Members
Namespace: SuperOffice.CRM.Rows
Assembly: SoDataBase.dll
Syntax
public sealed class IdxOperation : EjselEjselRows.EjselEjselRowsIdx, ICloneable, ISentryIgnorable
Constructors
IdxOperation(Int32)
Constructor for class EjselEjselRows.IdxOperation This class represents index 'IDXEjsel_ejselOperation'.
Declaration
public IdxOperation(int operation)
Parameters
Type | Name | Description |
---|---|---|
Int32 | operation |
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
Operation
The operation to be performed when this source is added to the selection
Declaration
public int Operation { get; set; }
Property Value
Type | Description |
---|---|
Int32 |
Methods
UpdateRow(TableRowBase)
Update the EjselEjselRow 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 EjselEjselRow. |
Overrides
Implements
Extension Methods
EnumUtil.MapEnums<From, To>(From)