Class AppointmentUdefExtender
This class extends a Appointment archive provider extender with udef fields
Inheritance
AppointmentUdefExtender
Implements
Inherited Members
ExtensibleColumnsBase.MapReturnField(ArchiveSelect, FieldInfo, Boolean, String, ArchiveColumnInfo[])
Namespace: SuperOffice.CRM.ArchiveLists
Assembly: SoDataBase.dll
Syntax
public class AppointmentUdefExtender : UdefExtenderBase, IArchiveProviderQueryMapping, IArchiveExtender, IArchiveProviderDoesExtend, IArchiveProviderHasColumns, IArchiveProviderExtensible, IPlugin
Constructors
AppointmentUdefExtender(String)
Construct the object, set the udef type of the base class, and the prefixes of the columns
Declaration
public AppointmentUdefExtender(string iconHint = "Appointment")
Parameters
Type | Name | Description |
---|---|---|
String | iconHint |
Methods
SetJoinLarge()
Set up the join for a Appointment's large udef fields
Declaration
protected override TableInfo SetJoinLarge()
Returns
Type | Description |
---|---|
TableInfo | TableInfo instance of the newly joined-in table |
Overrides
SetJoinSmall()
Set up the join for a Appointment's small udef fields
Declaration
protected override TableInfo SetJoinSmall()
Returns
Type | Description |
---|---|
TableInfo | TableInfo instance of the newly joined-in table |
Overrides
Implements
Extension Methods
EnumUtil.MapEnums<From, To>(From)