Class AppointmentCollection.IdxContactId
Class representing index 'IDXAppntCont_id'.
Inheritance
System.Object
SuperOffice.CRM.Entities.EntityIdxBase
SuperOffice.CRM.Entities.EntityIdxBase<AppointmentTableInfo, SuperOffice.CRM.Rows.AppointmentRow.AppointmentRowIdxBase>
SuperOffice.CRM.Entities.Appointment.AppointmentIdxBase
SuperOffice.CRM.Entities.AppointmentCollection.AppointmentCollectionIdx
SuperOffice.CRM.Entities.AppointmentCollection.AppointmentCollectionIdx<AppointmentRows.IdxContactId>
AppointmentCollection.IdxContactId
Implements
Namespace: SuperOffice.CRM.Entities
Assembly: SoDataBase.dll
Syntax
public sealed class IdxContactId : AppointmentCollection.AppointmentCollectionIdx<AppointmentRows.IdxContactId>, ISentryIgnorable
Constructors
IdxContactId(Int32)
Constructor for class AppointmentCollection.IdxContactId This class represents index 'IDXAppntCont_id'.
Declaration
public IdxContactId(int contactId)
Parameters
Type | Name | Description |
---|---|---|
System.Int32 | contactId | Contact ID of owning contact, may be 0 |
Properties
ContactId
Contact ID of owning contact, may be 0
Declaration
public int ContactId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
Implements
Extension Methods
EnumUtil.MapEnums<From, To>(From)