Class AppointmentCollection.IdxContactId
Class representing index 'IDXAppntCont_id'.
Inheritance
AppointmentCollection.IdxContactId
Implements
Inherited Members
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)