Class AppointmentPublishExtender
Extend a Appointment extender with a Publish extender, to provide the Publish columns related to a Appointment.
Inheritance
AppointmentPublishExtender
Implements
Inherited Members
Namespace: SuperOfficeCRMArchiveLists
Assembly: SoDataBase.BusinessLogic.dll
Syntax
public class AppointmentPublishExtender : PublishExtenderBase, IArchiveProviderQueryMapping, IArchiveExtender, IArchiveProviderDoesExtend, IArchiveProviderHasColumns, IArchiveProviderExtensible
Constructors
AppointmentPublishExtender(string)
Initialize the Publish
Declaration
public AppointmentPublishExtender(string iconHint = "Appointment")
Parameters
| Type | Name | Description |
|---|---|---|
| string | iconHint |
Methods
SetJoin()
Create a Publish tableinfo and join it to the parent Appointment
Declaration
protected override PublishTableInfo SetJoin()
Returns
| Type | Description |
|---|---|
| PublishTableInfo | PublishTableInfo of the newly created info instance |