Class AppointmentPersonExtender
Extend an Appointment extender with a Person extender, to provide the person columns related to a Appointment.
Inheritance
AppointmentPersonExtender
Implements
Inherited Members
Namespace: SuperOfficeCRMArchiveLists
Assembly: SoDataBase.BusinessLogic.dll
Syntax
public class AppointmentPersonExtender : PersonExtenderBase, IArchiveProviderQueryMapping, IArchiveExtender, IArchiveProviderDoesExtend, IArchiveProviderHasColumns, IArchiveProviderExtensible
Constructors
AppointmentPersonExtender()
Initialize the person, with no contact information
Declaration
public AppointmentPersonExtender()
AppointmentPersonExtender(Features)
Initializes the extender with a given set of feature bits
Declaration
public AppointmentPersonExtender(PersonExtenderBase.Features features)
Parameters
| Type | Name | Description |
|---|---|---|
| PersonExtenderBaseFeatures | features |
Methods
SetJoin()
Create a person tableinfo and join it to the parent Appointment
Declaration
protected override PersonTableInfo SetJoin()
Returns
| Type | Description |
|---|---|
| PersonTableInfo |