Class QuoteVersionAttachmentDocumentExtender
Inheritance
QuoteVersionAttachmentDocumentExtender
Assembly: SoDataBase.dll
Syntax
public class QuoteVersionAttachmentDocumentExtender : DocumentExtenderBase, IArchiveProviderQueryMapping, IArchiveExtender, IArchiveProviderDoesExtend, IArchiveProviderHasColumns, IArchiveProviderExtensible
Constructors
QuoteVersionAttachmentDocumentExtender()
Declaration
public QuoteVersionAttachmentDocumentExtender()
Fields
ColumnIncluded
Declaration
public const string ColumnIncluded = "included"
Field Value
ColumnQuoteVersionAttachmentId
Declaration
public const string ColumnQuoteVersionAttachmentId = "quoteVersionAttachmentId"
Field Value
ColumnQuoteVersionId
Declaration
public const string ColumnQuoteVersionId = "quoteVersionId"
Field Value
_colIncluded
Declaration
protected ArchiveColumnInfo _colIncluded
Field Value
_colQuoteVersionAttachmentId
Declaration
protected ArchiveColumnInfo _colQuoteVersionAttachmentId
Field Value
_colQuoteVersionId
Declaration
protected ArchiveColumnInfo _colQuoteVersionId
Field 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
SetDualJoin(out AppointmentTableInfo, out DocumentTableInfo)
Declaration
protected override void SetDualJoin(out AppointmentTableInfo appointmentTable, out DocumentTableInfo documentTable)
Parameters
Overrides
SetRestriction(params ArchiveRestrictionInfo[])
Set the restriction for the query. This method sets the restrictions for this provider,
as well as invoking the same call on all known extenders. Recursion will take it to the bottom.
This method actually only saves the restriction specification for use during query processing.
Declaration
public override bool SetRestriction(params ArchiveRestrictionInfo[] restrictions)
Parameters
Returns
Overrides
Implements
Extension Methods