Class QuoteConnectionExtenderBase
This is the base class for all extenders that add QuoteConnection fields to their base query. It handles all quoteconnection-related fields. Derived classes should simply implement the ExtenderBase.SetJoin method to join a QuoteConnectionTableInfo to the RootQuery.
Inheritance
Implements
Inherited Members
Namespace: SuperOffice.CRM.ArchiveLists
Assembly: SoDataBase.BusinessLogic.dll
Syntax
public abstract class QuoteConnectionExtenderBase : TableExtenderBase<QuoteConnectionTableInfo>, IArchiveProviderQueryMapping, IArchiveExtender, IArchiveProviderDoesExtend, IArchiveProviderHasColumns, IArchiveProviderExtensible
Constructors
QuoteConnectionExtenderBase()
Construct the extender and all all standard extenders (all features)
Declaration
public QuoteConnectionExtenderBase()
Fields
_colAllAccess
This is the base class for all extenders that add QuoteConnection fields to their base query. It handles all quoteconnection-related fields. Derived classes should simply implement the ExtenderBase.SetJoin method to join a QuoteConnectionTableInfo to the RootQuery.
Declaration
protected ArchiveColumnInfo _colAllAccess
Field Value
| Type | Description |
|---|---|
| ArchiveColumnInfo |
_colConnectorName
This is the base class for all extenders that add QuoteConnection fields to their base query. It handles all quoteconnection-related fields. Derived classes should simply implement the ExtenderBase.SetJoin method to join a QuoteConnectionTableInfo to the RootQuery.
Declaration
protected ArchiveColumnInfo _colConnectorName
Field Value
| Type | Description |
|---|---|
| ArchiveColumnInfo |
_colDeleted
This is the base class for all extenders that add QuoteConnection fields to their base query. It handles all quoteconnection-related fields. Derived classes should simply implement the ExtenderBase.SetJoin method to join a QuoteConnectionTableInfo to the RootQuery.
Declaration
protected ArchiveColumnInfo _colDeleted
Field Value
| Type | Description |
|---|---|
| ArchiveColumnInfo |
_colDisplayDescription
This is the base class for all extenders that add QuoteConnection fields to their base query. It handles all quoteconnection-related fields. Derived classes should simply implement the ExtenderBase.SetJoin method to join a QuoteConnectionTableInfo to the RootQuery.
Declaration
protected ArchiveColumnInfo _colDisplayDescription
Field Value
| Type | Description |
|---|---|
| ArchiveColumnInfo |
_colDisplayName
This is the base class for all extenders that add QuoteConnection fields to their base query. It handles all quoteconnection-related fields. Derived classes should simply implement the ExtenderBase.SetJoin method to join a QuoteConnectionTableInfo to the RootQuery.
Declaration
protected ArchiveColumnInfo _colDisplayName
Field Value
| Type | Description |
|---|---|
| ArchiveColumnInfo |
_colERPName
This is the base class for all extenders that add QuoteConnection fields to their base query. It handles all quoteconnection-related fields. Derived classes should simply implement the ExtenderBase.SetJoin method to join a QuoteConnectionTableInfo to the RootQuery.
Declaration
protected ArchiveColumnInfo _colERPName
Field Value
| Type | Description |
|---|---|
| ArchiveColumnInfo |
_colExtraData
This is the base class for all extenders that add QuoteConnection fields to their base query. It handles all quoteconnection-related fields. Derived classes should simply implement the ExtenderBase.SetJoin method to join a QuoteConnectionTableInfo to the RootQuery.
Declaration
protected ArchiveColumnInfo _colExtraData
Field Value
| Type | Description |
|---|---|
| ArchiveColumnInfo |
_colQuoteConnectionId
This is the base class for all extenders that add QuoteConnection fields to their base query. It handles all quoteconnection-related fields. Derived classes should simply implement the ExtenderBase.SetJoin method to join a QuoteConnectionTableInfo to the RootQuery.
Declaration
protected ArchiveColumnInfo _colQuoteConnectionId
Field Value
| Type | Description |
|---|---|
| ArchiveColumnInfo |
_colRegisteredBy
This is the base class for all extenders that add QuoteConnection fields to their base query. It handles all quoteconnection-related fields. Derived classes should simply implement the ExtenderBase.SetJoin method to join a QuoteConnectionTableInfo to the RootQuery.
Declaration
protected ArchiveColumnInfo _colRegisteredBy
Field Value
| Type | Description |
|---|---|
| ArchiveColumnInfo |
_colRegisteredDate
This is the base class for all extenders that add QuoteConnection fields to their base query. It handles all quoteconnection-related fields. Derived classes should simply implement the ExtenderBase.SetJoin method to join a QuoteConnectionTableInfo to the RootQuery.
Declaration
protected ArchiveColumnInfo _colRegisteredDate
Field Value
| Type | Description |
|---|---|
| ArchiveColumnInfo |
_colUpdatedBy
This is the base class for all extenders that add QuoteConnection fields to their base query. It handles all quoteconnection-related fields. Derived classes should simply implement the ExtenderBase.SetJoin method to join a QuoteConnectionTableInfo to the RootQuery.
Declaration
protected ArchiveColumnInfo _colUpdatedBy
Field Value
| Type | Description |
|---|---|
| ArchiveColumnInfo |
_colUpdatedDate
This is the base class for all extenders that add QuoteConnection fields to their base query. It handles all quoteconnection-related fields. Derived classes should simply implement the ExtenderBase.SetJoin method to join a QuoteConnectionTableInfo to the RootQuery.
Declaration
protected ArchiveColumnInfo _colUpdatedDate
Field Value
| Type | Description |
|---|---|
| ArchiveColumnInfo |
Methods
InnerModifyQuery()
Add/map return fields to the query; call SetJoin to obtain the contact table info instance from the derived class
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 |