Class SaleStakeholderExtenderBase
Inheritance
SaleStakeholderExtenderBase
Assembly: SoDataBase.dll
Syntax
public abstract class SaleStakeholderExtenderBase : TableExtenderBase<SaleStakeholderTableInfo>, IArchiveProviderQueryMapping, IArchiveExtender, IArchiveProviderDoesExtend, IArchiveProviderHasColumns, IArchiveProviderExtensible, IPlugin
Constructors
SaleStakeholderExtenderBase()
Declaration
public SaleStakeholderExtenderBase()
Fields
Declaration
protected ArchiveColumnInfo _colComment
Field Value
_colHasInfoText
Declaration
protected ArchiveColumnInfo _colHasInfoText
Field Value
_colSaleId
Declaration
protected ArchiveColumnInfo _colSaleId
Field Value
_colSHId
Declaration
protected ArchiveColumnInfo _colSHId
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()
Declaration
protected override void InnerModifyQuery()
Overrides
SuperOffice.CRM.ArchiveLists.ExtenderBase<SuperOffice.CRM.Data.SaleStakeholderTableInfo>.InnerModifyQuery()
InnerPopulateRowFromReader(SoDataReader, ArchiveRow)
Declaration
protected override void InnerPopulateRowFromReader(SoDataReader reader, ArchiveRow row)
Parameters
Overrides
SuperOffice.CRM.ArchiveLists.TableExtenderBase<SuperOffice.CRM.Data.SaleStakeholderTableInfo>.InnerPopulateRowFromReader(SuperOffice.Data.SoDataReader, SuperOffice.CRM.ArchiveLists.ArchiveRow)
Implements
Extension Methods
EnumUtil.MapEnums<From, To>(From)