Class AppointmentContactExtender
Extend a Appointment extender with a Contact extender, to provide the Contact columns related to a Appointment.
Inheritance
AppointmentContactExtender
Implements
Inherited Members
Namespace: SuperOffice.CRM.ArchiveLists
Assembly: SoDataBase.dll
Syntax
public class AppointmentContactExtender : ContactExtenderBase, IArchiveProviderQueryMapping, IArchiveExtender, IArchiveProviderDoesExtend, IArchiveProviderHasColumns, IArchiveProviderExtensible
Constructors
AppointmentContactExtender()
Initialize the Contact
Declaration
public AppointmentContactExtender()
AppointmentContactExtender(Features)
Initialize the Contact with a given set of features
Declaration
public AppointmentContactExtender(ContactExtenderBase.Features features)
Parameters
Type | Name | Description |
---|---|---|
ContactExtenderBase.Features | features |
Methods
SetJoin()
Create a Contact tableinfo and join it to the parent Appointment
Declaration
protected override ContactTableInfo SetJoin()
Returns
Type | Description |
---|---|
ContactTableInfo | ContactTableInfo of the newly created info instance |