Class AppointmentCollection.IdxDocumentId
Class representing index 'IDXAppntDoc_id'.
Inheritance
EntityIdxBase
Appointment.AppointmentIdxBase
AppointmentCollection.AppointmentCollectionIdx
AppointmentCollection.AppointmentCollectionIdx<AppointmentRows.IdxDocumentId>
AppointmentCollection.IdxDocumentId
Implements
Namespace: SuperOffice.CRM.Entities
Assembly: SoDataBase.dll
Syntax
public sealed class IdxDocumentId : AppointmentCollection.AppointmentCollectionIdx<AppointmentRows.IdxDocumentId>, ISentryIgnorable
Constructors
IdxDocumentId(Int32)
Constructor for class AppointmentCollection.IdxDocumentId This class represents index 'IDXAppntDoc_id'.
Declaration
public IdxDocumentId(int documentId)
Parameters
Type | Name | Description |
---|---|---|
Int32 | documentId | "Points to document record; 0 for non-document appointments!" |
Properties
DocumentId
"Points to document record; 0 for non-document appointments!"
Declaration
public int DocumentId { get; set; }
Property Value
Type | Description |
---|---|
Int32 |
Implements
Extension Methods
EnumUtil.MapEnums<From, To>(From)