Class AppointmentPersonExtender
Extend an Appointment extender with a Person extender, to provide the person columns related to a Appointment.
Inheritance
AppointmentPersonExtender
Implements
Inherited Members
ExtensibleColumnsBase.MapReturnField(ArchiveSelect, FieldInfo, Boolean, String, ArchiveColumnInfo[])
Namespace: SuperOffice.CRM.ArchiveLists
Assembly: SoDataBase.dll
Syntax
public class AppointmentPersonExtender : PersonExtenderBase, IArchiveProviderQueryMapping, IArchiveExtender, IArchiveProviderDoesExtend, IArchiveProviderHasColumns, IArchiveProviderExtensible, IPlugin
Constructors
AppointmentPersonExtender()
Initialize the person, with no contact information
Declaration
public AppointmentPersonExtender()
AppointmentPersonExtender(PersonExtenderBase.Features)
Initializes the extender with a given set of feature bits
Declaration
public AppointmentPersonExtender(PersonExtenderBase.Features features)
Parameters
Type | Name | Description |
---|---|---|
PersonExtenderBase.Features | features |
Methods
SetJoin()
Create a person tableinfo and join it to the parent Appointment
Declaration
protected override PersonTableInfo SetJoin()
Returns
Type | Description |
---|---|
PersonTableInfo |
Overrides
SuperOffice.CRM.ArchiveLists.ExtenderBase<SuperOffice.CRM.Data.PersonTableInfo>.SetJoin()
Implements
Extension Methods
EnumUtil.MapEnums<From, To>(From)