Class PersonCollection.IdxCategoryIdx
Class representing index 'IDXPersCatg_idx'.
Inheritance
PersonCollection.IdxCategoryIdx
Implements
Inherited Members
Namespace: SuperOffice.CRM.Entities
Assembly: SoDataBase.dll
Syntax
public sealed class IdxCategoryIdx : PersonCollection.PersonCollectionIdx<PersonRows.IdxCategoryIdx>, ISentryIgnorable
Constructors
IdxCategoryIdx(Int32)
Constructor for class PersonCollection.IdxCategoryIdx This class represents index 'IDXPersCatg_idx'.
Declaration
public IdxCategoryIdx(int categoryIdx)
Parameters
Type | Name | Description |
---|---|---|
Int32 | categoryIdx | Category if this is a B2C person, otherwise mirror of contact.category_idx |
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 |
Implements
Extension Methods
EnumUtil.MapEnums<From, To>(From)