Class DoSmDocumentExtender
This class is a root extender based on Document with the added functionality that it instantiates a GenericTargetSelectionMemberExtender. Thus giving us the document data based on a static document selection.
Inheritance
DoSmDocumentExtender
Implements
Inherited Members
ExtensibleColumnsBase.MapReturnField(ArchiveSelect, FieldInfo, Boolean, String, ArchiveColumnInfo[])
Namespace: SuperOffice.CRM.ArchiveLists
Assembly: SoDataBase.dll
Syntax
public class DoSmDocumentExtender : DocumentExtenderBase, IArchiveProviderQueryMapping, IArchiveExtender, IArchiveProviderDoesExtend, IArchiveProviderHasColumns, IArchiveProviderExtensible, IPlugin
Constructors
DoSmDocumentExtender()
This class is a root extender based on Document with the added functionality that it instantiates a GenericTargetSelectionMemberExtender. Thus giving us the document data based on a static document selection.
Declaration
public DoSmDocumentExtender()
DoSmDocumentExtender(DocumentExtenderWithoutDescriptionBase.Features)
Default constructor.
Declaration
public DoSmDocumentExtender(DocumentExtenderWithoutDescriptionBase.Features features)
Parameters
Type | Name | Description |
---|---|---|
DocumentExtenderWithoutDescriptionBase.Features | features |
Methods
InnerPopulateRowFromReader(SoDataReader, ArchiveRow)
This class is a root extender based on Document with the added functionality that it instantiates a GenericTargetSelectionMemberExtender. Thus giving us the document data based on a static document selection.
Declaration
protected override void InnerPopulateRowFromReader(SoDataReader reader, ArchiveRow row)
Parameters
Type | Name | Description |
---|---|---|
SoDataReader | reader | |
ArchiveRow | row |
Overrides
SetDualJoin(out AppointmentTableInfo, out DocumentTableInfo)
Return the free-standing Document table instance
Declaration
protected override void SetDualJoin(out AppointmentTableInfo appointmentTable, out DocumentTableInfo documentTable)
Parameters
Type | Name | Description |
---|---|---|
AppointmentTableInfo | appointmentTable | |
DocumentTableInfo | documentTable |
Overrides
Implements
Extension Methods
EnumUtil.MapEnums<From, To>(From)