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