Class ProjectAppointmentExtender
Implements the joiner for Projects and appointments
Inheritance
ProjectAppointmentExtender
Implements
Inherited Members
ExtensibleColumnsBase.MapReturnField(ArchiveSelect, FieldInfo, Boolean, String, ArchiveColumnInfo[])
Namespace: SuperOffice.CRM.ArchiveLists
Assembly: SoDataBase.dll
Syntax
public class ProjectAppointmentExtender : AppointmentExtenderBase, IArchiveProviderQueryMapping, IArchiveExtender, IArchiveProviderDoesExtend, IArchiveProviderHasColumns, IArchiveProviderExtensible, IPlugin
Constructors
ProjectAppointmentExtender()
Initialize the extender
Declaration
public ProjectAppointmentExtender()
ProjectAppointmentExtender(AppointmentExtenderBase.Features)
Initialize the extender with a given set of feature bits
Declaration
public ProjectAppointmentExtender(AppointmentExtenderBase.Features features)
Parameters
Type | Name | Description |
---|---|---|
AppointmentExtenderBase.Features | features |
Methods
SetJoin()
Join appointment
Declaration
protected override AppointmentTableInfo SetJoin()
Returns
Type | Description |
---|---|
AppointmentTableInfo |
Overrides
SuperOffice.CRM.ArchiveLists.ExtenderBase<SuperOffice.CRM.Data.AppointmentTableInfo>.SetJoin()
Implements
Extension Methods
EnumUtil.MapEnums<From, To>(From)