Class AppointmentCollection.IdxGroupIdx
Class representing index 'IDXAppntGrp_idx'.
Inheritance
AppointmentCollection.IdxGroupIdx
Implements
Inherited Members
Namespace: SuperOffice.CRM.Entities
Assembly: SoDataBase.dll
Syntax
public sealed class IdxGroupIdx : AppointmentCollection.AppointmentCollectionIdx<AppointmentRows.IdxGroupIdx>, ISentryIgnorable
Constructors
IdxGroupIdx(Int32)
Constructor for class AppointmentCollection.IdxGroupIdx This class represents index 'IDXAppntGrp_idx'.
Declaration
public IdxGroupIdx(int groupIdx)
Parameters
Type | Name | Description |
---|---|---|
Int32 | groupIdx | Group of owning associate at the time tha ppnt was created |
Properties
GroupIdx
Group of owning associate at the time tha ppnt was created
Declaration
public int GroupIdx { get; set; }
Property Value
Type | Description |
---|---|
Int32 |
Implements
Extension Methods
EnumUtil.MapEnums<From, To>(From)