Class Contact.ContactIdx
Base class for the index facades.
Inheritance
Contact.ContactIdx
Implements
Inherited Members
Namespace: SuperOffice.CRM.Entities
Assembly: SoDataBase.dll
Syntax
public abstract class ContactIdx : Contact.ContactIdxBase, ISentryIgnorable
Constructors
ContactIdx(ContactRow.ContactRowIdx)
Constructor for the index facades.
Declaration
protected ContactIdx(ContactRow.ContactRowIdx idx)
Parameters
Type | Name | Description |
---|---|---|
ContactRow.ContactRowIdx | idx | Index for the ContactRow object |
Methods
ToContact()
Operator retrieving an object assignable to Contact based upon the index.
Declaration
public Contact ToContact()
Returns
Type | Description |
---|---|
Contact | Instance of an object assignable to Contact based upon the value of the index. |
Operators
Implicit(Contact.ContactIdx to Contact)
Operator retrieving an object assignable to Contact based upon the index.
Declaration
public static implicit operator Contact(Contact.ContactIdx idx)
Parameters
Type | Name | Description |
---|---|---|
Contact.ContactIdx | idx | The index the Contact represents |
Returns
Type | Description |
---|---|
Contact | Instance of an object assignable to Contact based upon the value of the index. |
Implements
Extension Methods
EnumUtil.MapEnums<From, To>(From)