Class SelectionCollection.IdxGroupIdx
Class representing index 'IDXSelGrp_idx'.
Inheritance
SelectionCollection.IdxGroupIdx
Implements
Inherited Members
Namespace: SuperOffice.CRM.Entities
Assembly: SoDataBase.dll
Syntax
public sealed class IdxGroupIdx : SelectionCollection.SelectionCollectionIdx<SelectionRows.IdxGroupIdx>, ISentryIgnorable
Constructors
IdxGroupIdx(Int32)
Constructor for class SelectionCollection.IdxGroupIdx This class represents index 'IDXSelGrp_idx'.
Declaration
public IdxGroupIdx(int groupIdx)
Parameters
Type | Name | Description |
---|---|---|
Int32 | groupIdx | Original primary user group of associate |
Properties
GroupIdx
Original primary user group of associate
Declaration
public int GroupIdx { get; set; }
Property Value
Type | Description |
---|---|
Int32 |
Implements
Extension Methods
EnumUtil.MapEnums<From, To>(From)