Class AppointmentCollection.IdxGroupIdx
Class representing index 'IDXAppntGrp_idx'.
Inheritance
System.Object
AppointmentCollection.IdxGroupIdx
Implements
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
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 |
---|---|---|
System.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 |
---|---|
System.Int32 |
Implements
Extension Methods
EnumUtil.MapEnums<From, To>(From)