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
Implements
Inherited Members
Namespace: SuperOffice.CRM.ArchiveLists
Assembly: SoDataBase.dll
Syntax
public class DoSmDocumentExtender : DocumentExtenderBase, IArchiveProviderQueryMapping, IArchiveExtender, IArchiveProviderDoesExtend, IArchiveProviderHasColumns, IArchiveProviderExtensible
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(Features)
Default constructor.
Declaration
public DoSmDocumentExtender(DocumentExtenderWithoutDescriptionBase.Features features)
Parameters
Type | Name | Description |
---|---|---|
DocumentExtenderWithoutDescriptionBase.Features | features |
Methods
InnerPopulateRowFromReader(SoDataReader, ArchiveRow)
Derived classes should implement the population of ColumnData items for columns that are NOT handled by this base class in this method. Whether a column is handled by this base class is part of its database binding information, set by the various MapXXX methods.
Declaration
protected override void InnerPopulateRowFromReader(SoDataReader reader, ArchiveRow row)
Parameters
Type | Name | Description |
---|---|---|
SoDataReader | reader | Data reader with the query result (one row) |
ArchiveRow | row | archive row to be populated |
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 |