Class AppointmentCollection.AppointmentCollectionIdx<TIdx>
Inheritance
AppointmentCollection.AppointmentCollectionIdx<TIdx>
Implements
Inherited Members
Namespace: SuperOffice.CRM.Entities
Assembly: SoDataBase.dll
Syntax
public abstract class AppointmentCollectionIdx<TIdx> : AppointmentCollection.AppointmentCollectionIdx, ISentryIgnorable where TIdx : AppointmentRows.AppointmentRowsIdx
Type Parameters
Name | Description |
---|---|
TIdx |
Constructors
AppointmentCollectionIdx(TIdx)
Constructor for the index facades.
Declaration
protected AppointmentCollectionIdx(TIdx idx)
Parameters
Type | Name | Description |
---|---|---|
TIdx | idx | Index for the AppointmentRows object |
Properties
RowIdx
Declaration
public TIdx RowIdx { get; }
Property Value
Type | Description |
---|---|
TIdx |
Implements
Extension Methods
EnumUtil.MapEnums<From, To>(From)