Class EjCategoryRows.IdxCategoryMaster
Class representing index 'IDXEj_categoryCategory_master'.
Inheritance
EjCategoryRows.IdxCategoryMaster
Inherited Members
Namespace: SuperOffice.CRM.Rows
Assembly: SoDataBase.dll
Syntax
public sealed class EjCategoryRows.IdxCategoryMaster : EjCategoryRows.EjCategoryRowsIdx, ICloneable, ISentryIgnorable
Constructors
IdxCategoryMaster(int)
Constructor for class EjCategoryRows.IdxCategoryMaster This class represents index 'IDXEj_categoryCategory_master'.
Declaration
public IdxCategoryMaster(int categoryMaster)
Parameters
| Type | Name | Description |
|---|---|---|
| int | categoryMaster |
Properties
CategoryMaster
The user associated with this category.
Declaration
public int CategoryMaster { get; set; }
Property Value
| Type | Description |
|---|---|
| int |
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 EjCategoryRow 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 EjCategoryRow. |