Class AppointmentCollection.IdxContactId
Class representing index 'IDXAppntCont_id'.
Inheritance
EntityIdxBase
Appointment.AppointmentIdxBase
AppointmentCollection.AppointmentCollectionIdx
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 |
---|---|---|
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 |
---|---|
Int32 |
Implements
Extension Methods
EnumUtil.MapEnums<From, To>(From)