Class SaleStakeholderExtenderBase
Inheritance
SaleStakeholderExtenderBase
Assembly: SoDataBase.dll
Syntax
public abstract class SaleStakeholderExtenderBase : TableExtenderBase<SaleStakeholderTableInfo>, IArchiveProviderQueryMapping, IArchiveExtender, IArchiveProviderDoesExtend, IArchiveProviderHasColumns, IArchiveProviderExtensible
Constructors
SaleStakeholderExtenderBase()
Declaration
public SaleStakeholderExtenderBase()
Fields
Declaration
protected ArchiveColumnInfo _colComment
Field Value
_colHasInfoText
Declaration
protected ArchiveColumnInfo _colHasInfoText
Field Value
_colSHId
Declaration
protected ArchiveColumnInfo _colSHId
Field Value
_colSaleId
Declaration
protected ArchiveColumnInfo _colSaleId
Field Value
_colStakeholderRoleId
Declaration
protected ArchiveColumnInfo _colStakeholderRoleId
Field Value
Properties
DropRetiredPersons
Should retired persons be dropped from the list
Declaration
public bool DropRetiredPersons { get; set; }
Property Value
Should contacts (companies) marked with 'Stop' be dropped from the list
Declaration
public bool DropStoppedContacts { get; set; }
Property Value
Methods
InnerModifyQuery()
Template method called from ModifyQuery() during query processing; subclasses should implement it to build their queries. It will ONLY be called if IsQueryNeeded returns true.
Declaration
protected override void InnerModifyQuery()
Overrides
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
Implements
Extension Methods