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