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