Class AppointmentCollection.IdxDocumentId
Class representing index 'IDXAppntDoc_id'.
Inheritance
AppointmentCollection.IdxDocumentId
Implements
Inherited Members
Namespace: SuperOffice.CRM.Entities
Assembly: SoDataBase.dll
Syntax
public sealed class AppointmentCollection.IdxDocumentId : AppointmentCollection.AppointmentCollectionIdx<AppointmentRows.IdxDocumentId>, ISentryIgnorable
Constructors
IdxDocumentId(int)
Constructor for class AppointmentCollection.IdxDocumentId This class represents index 'IDXAppntDoc_id'.
Declaration
public IdxDocumentId(int documentId)
Parameters
Type | Name | Description |
---|---|---|
int | 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 |
---|---|
int |