Class ListTableRow.IdxTableId
Class representing index 'IDXCategoryId'.
Inheritance
IdxBase
ListTableRow.TableRowIdx
ListTableRow.IdxTableId
Inherited Members
Namespace: SuperOffice.CRM.Lists
Assembly: SoDataBase.dll
Syntax
public class IdxTableId : ListTableRow.TableRowIdx, ICloneable, ISentryIgnorable
Constructors
IdxTableId(TableInfo, Int32)
Constructor for class Category.IdxTableId This class represents index 'IDXCategoryId'.
Declaration
public IdxTableId(TableInfo tableInfo, int categoryId)
Parameters
Type | Name | Description |
---|---|---|
TableInfo | tableInfo | |
Int32 | categoryId | Primary 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
Methods
UpdateRow(TableRowBase)
Update the TableRow with the values from the index.
Declaration
public override void UpdateRow(TableRowBase row)
Parameters
Type | Name | Description |
---|---|---|
TableRowBase | row | The row to update. This must be an instance of TableRow. |
Overrides
SuperOffice.CRM.Rows.IdxBase.UpdateRow(SuperOffice.CRM.Rows.TableRowBase)
Implements
Extension Methods
EnumUtil.MapEnums<From, To>(From)