Class AppointmentCollection.IdxPersonId
Class representing index 'IDXAppntPers_id'.
Inheritance
System.Object
SuperOffice.CRM.Entities.EntityIdxBase
SuperOffice.CRM.Entities.EntityIdxBase<AppointmentTableInfo, SuperOffice.CRM.Rows.AppointmentRow.AppointmentRowIdxBase>
SuperOffice.CRM.Entities.Appointment.AppointmentIdxBase
SuperOffice.CRM.Entities.AppointmentCollection.AppointmentCollectionIdx
SuperOffice.CRM.Entities.AppointmentCollection.AppointmentCollectionIdx<AppointmentRows.IdxPersonId>
AppointmentCollection.IdxPersonId
Implements
Namespace: SuperOffice.CRM.Entities
Assembly: SoDataBase.dll
Syntax
public sealed class IdxPersonId : AppointmentCollection.AppointmentCollectionIdx<AppointmentRows.IdxPersonId>, ISentryIgnorable
Constructors
IdxPersonId(Int32)
Constructor for class AppointmentCollection.IdxPersonId This class represents index 'IDXAppntPers_id'.
Declaration
public IdxPersonId(int personId)
Parameters
Type | Name | Description |
---|---|---|
System.Int32 | 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 |
---|---|
System.Int32 |
Implements
Extension Methods
EnumUtil.MapEnums<From, To>(From)