Class QuoteExtenderBase
Inheritance
QuoteExtenderBase
Implements
Inherited Members
Namespace: SuperOffice.CRM.ArchiveLists
Assembly: SoDataBase.BusinessLogic.dll
Syntax
public abstract class QuoteExtenderBase : TableExtenderBase<QuoteTableInfo>, IArchiveProviderQueryMapping, IArchiveExtender, IArchiveProviderDoesExtend, IArchiveProviderHasColumns, IArchiveProviderExtensible
Constructors
QuoteExtenderBase(Features)
Declaration
public QuoteExtenderBase(QuoteExtenderBase.Features features)
Parameters
Type | Name | Description |
---|---|---|
QuoteExtenderBase.Features | features |
Fields
_colConnectionId
Declaration
protected ArchiveColumnInfo _colConnectionId
Field Value
Type | Description |
---|---|
ArchiveColumnInfo |
_colId
Declaration
protected ArchiveColumnInfo _colId
Field Value
Type | Description |
---|---|
ArchiveColumnInfo |
_colOrderComment
Declaration
protected ArchiveColumnInfo _colOrderComment
Field Value
Type | Description |
---|---|
ArchiveColumnInfo |
_colPoNumber
Declaration
protected ArchiveColumnInfo _colPoNumber
Field Value
Type | Description |
---|---|
ArchiveColumnInfo |
_colRegisteredDate
Declaration
protected ArchiveColumnInfo _colRegisteredDate
Field Value
Type | Description |
---|---|
ArchiveColumnInfo |
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
SetJoin()
Subclass contract: Implementations of this method should create the extenders' table information object, join it to the relevant parent, and return the table information instance
Declaration
protected override QuoteTableInfo SetJoin()
Returns
Type | Description |
---|---|
QuoteTableInfo |