Class Contact.IdxContactId
Class representing index 'IDXContId'.
Inheritance
Contact.IdxContactId
Implements
Inherited Members
Namespace: SuperOffice.CRM.Entities
Assembly: SoDataBase.dll
Syntax
public sealed class IdxContactId : Contact.ContactIdx<ContactRow.IdxContactId>, ISentryIgnorable
Constructors
IdxContactId(Int32)
Constructor for class Contact.IdxContactId This class represents index 'IDXContId'.
Declaration
public IdxContactId(int contactId)
Parameters
Type | Name | Description |
---|---|---|
Int32 | contactId | Primary key |
Implements
Extension Methods
EnumUtil.MapEnums<From, To>(From)