Class PrSmProjectExtender
This class is a root extender based on Project with the added functionality that it instantiates a GenericTargetSelectionMemberExtender. Thus giving us the project data based on a static project selection.
Inheritance
PrSmProjectExtender
Implements
Inherited Members
Namespace: SuperOffice.CRM.ArchiveLists
Assembly: SoDataBase.BusinessLogic.dll
Syntax
public class PrSmProjectExtender : ProjectExtenderBase, IArchiveProviderQueryMapping, IArchiveExtender, IArchiveProviderDoesExtend, IArchiveProviderHasColumns, IArchiveProviderExtensible
Constructors
PrSmProjectExtender()
Default constructor.
Declaration
public PrSmProjectExtender()
PrSmProjectExtender(Features)
Default constructor.
Declaration
public PrSmProjectExtender(ProjectExtenderBase.Features features)
Parameters
| Type | Name | Description |
|---|---|---|
| ProjectExtenderBase.Features | features |
Methods
InnerPopulateRowFromReader(SoDataReader, ArchiveRow)
Populate the archive row with columns that are not handled by the base class
Declaration
protected override void InnerPopulateRowFromReader(SoDataReader reader, ArchiveRow row)
Parameters
| Type | Name | Description |
|---|---|---|
| SoDataReader | reader | Reader with data fields |
| ArchiveRow | row | Row to be populated |
Overrides
SetJoin()
Returns our table, a ProjectTableInfo.
Declaration
protected override ProjectTableInfo SetJoin()
Returns
| Type | Description |
|---|---|
| ProjectTableInfo | AppointmentTableInfo |