Class FormSubmissionFormSubmissionExtender
This class essentially converts a FormSubmission extender into a primary query provider, suitable for use in the FormSubmission Archive as the root query provider. This is done by having the SetJoin method return a free-standing FormSubmissionTableInfo instance that is not joined to anything, and overriding the TableToExtend property to return the same TableInfo.
Inheritance
FormSubmissionFormSubmissionExtender
Implements
Inherited Members
ExtensibleColumnsBase.MapReturnField(ArchiveSelect, FieldInfo, Boolean, String, ArchiveColumnInfo[])
Namespace: SuperOffice.CRM.ArchiveLists
Assembly: SoDataBase.dll
Syntax
public class FormSubmissionFormSubmissionExtender : FormSubmissionExtenderBase, IArchiveProviderQueryMapping, IArchiveExtender, IArchiveProviderDoesExtend, IArchiveProviderHasColumns, IArchiveProviderExtensible, IPlugin
Constructors
FormSubmissionFormSubmissionExtender()
Construct the object and instantiate the tableinfo
Declaration
public FormSubmissionFormSubmissionExtender()
Properties
TableToExtend
Return the free-standing table instance
Declaration
public override TableInfo TableToExtend { get; }
Property Value
Type | Description |
---|---|
TableInfo |
Overrides
SuperOffice.CRM.ArchiveLists.TableExtenderBase<SuperOffice.CRM.Data.FormSubmissionTableInfo>.TableToExtend
Methods
SetJoin()
Return the free-standing table instance
Declaration
protected override FormSubmissionTableInfo SetJoin()
Returns
Type | Description |
---|---|
FormSubmissionTableInfo | TableInfo instance to be used by the base class |
Overrides
SuperOffice.CRM.ArchiveLists.ExtenderBase<SuperOffice.CRM.Data.FormSubmissionTableInfo>.SetJoin()
Implements
Extension Methods
EnumUtil.MapEnums<From, To>(From)