Class SelectionExtenderBase
Handle fields from the Selection table; process targetTableNumber 0 as if it were 5
Inheritance
Implements
Inherited Members
Namespace: SuperOffice.CRM.ArchiveLists
Assembly: SoDataBase.dll
Syntax
public abstract class SelectionExtenderBase : TableExtenderBase<SelectionTableInfo>, IArchiveProviderQueryMapping, IArchiveExtender, IArchiveProviderDoesExtend, IArchiveProviderHasColumns, IArchiveProviderExtensible
Constructors
SelectionExtenderBase()
Handle fields from the Selection table; process targetTableNumber 0 as if it were 5
Declaration
protected SelectionExtenderBase()
SelectionExtenderBase(Features)
Handle fields from the Selection table; process targetTableNumber 0 as if it were 5
Declaration
protected SelectionExtenderBase(SelectionExtenderBase.Features features)
Parameters
Type | Name | Description |
---|---|---|
SelectionExtenderBase.Features | features |
Fields
_colAssociate
Handle fields from the Selection table; process targetTableNumber 0 as if it were 5
Declaration
protected ArchiveColumnInfo _colAssociate
Field Value
Type | Description |
---|---|
ArchiveColumnInfo |
_colCombinationType
Handle fields from the Selection table; process targetTableNumber 0 as if it were 5
Declaration
protected ArchiveColumnInfo _colCombinationType
Field Value
Type | Description |
---|---|
ArchiveColumnInfo |
_colCompleted
Handle fields from the Selection table; process targetTableNumber 0 as if it were 5
Declaration
protected ArchiveColumnInfo _colCompleted
Field Value
Type | Description |
---|---|
ArchiveColumnInfo |
_colKind
Handle fields from the Selection table; process targetTableNumber 0 as if it were 5
Declaration
protected ArchiveColumnInfo _colKind
Field Value
Type | Description |
---|---|
ArchiveColumnInfo |
_colLastLoaded
Handle fields from the Selection table; process targetTableNumber 0 as if it were 5
Declaration
protected ArchiveColumnInfo _colLastLoaded
Field Value
Type | Description |
---|---|
ArchiveColumnInfo |
_colLastLoadedBy
Handle fields from the Selection table; process targetTableNumber 0 as if it were 5
Declaration
protected ArchiveColumnInfo _colLastLoadedBy
Field Value
Type | Description |
---|---|
ArchiveColumnInfo |
_colLastLoadedByFullName
Handle fields from the Selection table; process targetTableNumber 0 as if it were 5
Declaration
protected ArchiveColumnInfo _colLastLoadedByFullName
Field Value
Type | Description |
---|---|
ArchiveColumnInfo |
_colLastMembershipChange
Handle fields from the Selection table; process targetTableNumber 0 as if it were 5
Declaration
protected ArchiveColumnInfo _colLastMembershipChange
Field Value
Type | Description |
---|---|
ArchiveColumnInfo |
_colLastMembershipChangeBy
Handle fields from the Selection table; process targetTableNumber 0 as if it were 5
Declaration
protected ArchiveColumnInfo _colLastMembershipChangeBy
Field Value
Type | Description |
---|---|
ArchiveColumnInfo |
_colLastMembershipChangeByFullName
Handle fields from the Selection table; process targetTableNumber 0 as if it were 5
Declaration
protected ArchiveColumnInfo _colLastMembershipChangeByFullName
Field Value
Type | Description |
---|---|
ArchiveColumnInfo |
_colMemberCount
Handle fields from the Selection table; process targetTableNumber 0 as if it were 5
Declaration
protected ArchiveColumnInfo _colMemberCount
Field Value
Type | Description |
---|---|
ArchiveColumnInfo |
_colName
Handle fields from the Selection table; process targetTableNumber 0 as if it were 5
Declaration
protected ArchiveColumnInfo _colName
Field Value
Type | Description |
---|---|
ArchiveColumnInfo |
_colRegisteredBy
Handle fields from the Selection table; process targetTableNumber 0 as if it were 5
Declaration
protected ArchiveColumnInfo _colRegisteredBy
Field Value
Type | Description |
---|---|
ArchiveColumnInfo |
_colRegisteredByFullName
Handle fields from the Selection table; process targetTableNumber 0 as if it were 5
Declaration
protected ArchiveColumnInfo _colRegisteredByFullName
Field Value
Type | Description |
---|---|
ArchiveColumnInfo |
_colRegisteredDate
Handle fields from the Selection table; process targetTableNumber 0 as if it were 5
Declaration
protected ArchiveColumnInfo _colRegisteredDate
Field Value
Type | Description |
---|---|
ArchiveColumnInfo |
_colSelectionId
Handle fields from the Selection table; process targetTableNumber 0 as if it were 5
Declaration
protected ArchiveColumnInfo _colSelectionId
Field Value
Type | Description |
---|---|
ArchiveColumnInfo |
_colTargetTableNumber
Handle fields from the Selection table; process targetTableNumber 0 as if it were 5
Declaration
protected ArchiveColumnInfo _colTargetTableNumber
Field Value
Type | Description |
---|---|
ArchiveColumnInfo |
_colType
Handle fields from the Selection table; process targetTableNumber 0 as if it were 5
Declaration
protected ArchiveColumnInfo _colType
Field Value
Type | Description |
---|---|
ArchiveColumnInfo |
_colUpdatedBy
Handle fields from the Selection table; process targetTableNumber 0 as if it were 5
Declaration
protected ArchiveColumnInfo _colUpdatedBy
Field Value
Type | Description |
---|---|
ArchiveColumnInfo |
_colUpdatedByFullName
Handle fields from the Selection table; process targetTableNumber 0 as if it were 5
Declaration
protected ArchiveColumnInfo _colUpdatedByFullName
Field Value
Type | Description |
---|---|
ArchiveColumnInfo |
_colUpdatedDate
Handle fields from the Selection table; process targetTableNumber 0 as if it were 5
Declaration
protected ArchiveColumnInfo _colUpdatedDate
Field Value
Type | Description |
---|---|
ArchiveColumnInfo |
Methods
Initialize(Features)
Handle fields from the Selection table; process targetTableNumber 0 as if it were 5
Declaration
protected void Initialize(SelectionExtenderBase.Features features)
Parameters
Type | Name | Description |
---|---|---|
SelectionExtenderBase.Features | features |
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
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
Type | Name | Description |
---|---|---|
ArchiveRestrictionInfo[] | restrictions | Array of restrictions (implicit AND) |
Returns
Type | Description |
---|---|
bool |