Class ContactCollection.ContactCollectionIdx
Base class for the index facades.
Inheritance
ContactCollection.ContactCollectionIdx
Implements
Inherited Members
Namespace: SuperOffice.CRM.Entities
Assembly: SoDataBase.dll
Syntax
public abstract class ContactCollectionIdx : Contact.ContactIdxBase, ISentryIgnorable
Constructors
ContactCollectionIdx(ContactRows.ContactRowsIdx)
Constructor for the index facades.
Declaration
protected ContactCollectionIdx(ContactRows.ContactRowsIdx idx)
Parameters
Type | Name | Description |
---|---|---|
ContactRows.ContactRowsIdx | idx | Index for the ContactRows object |
Properties
IsDistinct
Flag indicating that the Select-command is DISTINCT.
Declaration
public virtual bool IsDistinct { get; set; }
Property Value
Type | Description |
---|---|
Boolean |
Methods
ToContactCollection()
Operator retrieving an object assignable to ContactCollection based upon the index.
Declaration
public ContactCollection ToContactCollection()
Returns
Type | Description |
---|---|
ContactCollection | Instance of an object assignable to ContactCollection based upon the value of the index. |
Operators
Implicit(ContactCollection.ContactCollectionIdx to ContactCollection)
Operator retrieving an object assignable to ContactCollection based upon the index.
Declaration
public static implicit operator ContactCollection(ContactCollection.ContactCollectionIdx idx)
Parameters
Type | Name | Description |
---|---|---|
ContactCollection.ContactCollectionIdx | idx | The index the ContactCollection represents |
Returns
Type | Description |
---|---|
ContactCollection | Instance of an object assignable to ContactCollection based upon the value of the index. |
Implements
Extension Methods
EnumUtil.MapEnums<From, To>(From)