Class PersonRows.IdxCategoryIdx
Class representing index 'IDXPersCatg_idx'.
Inheritance
PersonRows.IdxCategoryIdx
Inherited Members
Namespace: SuperOffice.CRM.Rows
Assembly: SoDataBase.dll
Syntax
public sealed class IdxCategoryIdx : PersonRows.PersonRowsIdx, ICloneable, ISentryIgnorable
Constructors
IdxCategoryIdx(Int32)
Constructor for class PersonRows.IdxCategoryIdx This class represents index 'IDXPersCatg_idx'.
Declaration
public IdxCategoryIdx(int categoryIdx)
Parameters
Type | Name | Description |
---|---|---|
Int32 | categoryIdx |
Properties
CategoryIdx
Category if this is a B2C person, otherwise mirror of contact.category_idx
Declaration
public int CategoryIdx { get; set; }
Property Value
Type | Description |
---|---|
Int32 |
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 PersonRow 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 PersonRow. |
Overrides
Implements
Extension Methods
EnumUtil.MapEnums<From, To>(From)