Class AppointmentCollection.IdxPersonId
Class representing index 'IDXAppntPers_id'.
Inheritance
AppointmentCollection.IdxPersonId
Implements
Inherited Members
Namespace: SuperOffice.CRM.Entities
Assembly: SoDataBase.dll
Syntax
public sealed class AppointmentCollection.IdxPersonId : AppointmentCollection.AppointmentCollectionIdx<AppointmentRows.IdxPersonId>, ISentryIgnorable
Constructors
IdxPersonId(int)
Constructor for class AppointmentCollection.IdxPersonId This class represents index 'IDXAppntPers_id'.
Declaration
public IdxPersonId(int personId)
Parameters
Type | Name | Description |
---|---|---|
int | personId | Person ID of person the appointment is with, may be 0 |
Properties
PersonId
Person ID of person the appointment is with, may be 0
Declaration
public int PersonId { get; set; }
Property Value
Type | Description |
---|---|
int |