Class ConsentPurposeExtenderBase
This is the base class for all extenders that add ConsentPurpose fields to their base query.
Inheritance
Implements
Inherited Members
Namespace: SuperOffice.CRM.ArchiveLists
Assembly: SoDataBase.BusinessLogic.dll
Syntax
public abstract class ConsentPurposeExtenderBase : TableExtenderBase<ConsentPurposeTableInfo>, IArchiveProviderQueryMapping, IArchiveExtender, IArchiveProviderDoesExtend, IArchiveProviderHasColumns, IArchiveProviderExtensible
Constructors
ConsentPurposeExtenderBase()
Construct the extender and all all standard extenders (all features)
Declaration
public ConsentPurposeExtenderBase()
ConsentPurposeExtenderBase(Features)
This is the base class for all extenders that add ConsentPurpose fields to their base query.
Declaration
public ConsentPurposeExtenderBase(ConsentPurposeExtenderBase.Features feature)
Parameters
| Type | Name | Description |
|---|---|---|
| ConsentPurposeExtenderBase.Features | feature |
Fields
_colActive
This is the base class for all extenders that add ConsentPurpose fields to their base query.
Declaration
protected ArchiveColumnInfo _colActive
Field Value
| Type | Description |
|---|---|
| ArchiveColumnInfo |
_colConsentPurposeId
This is the base class for all extenders that add ConsentPurpose fields to their base query.
Declaration
protected ArchiveColumnInfo _colConsentPurposeId
Field Value
| Type | Description |
|---|---|
| ArchiveColumnInfo |
_colKey
This is the base class for all extenders that add ConsentPurpose fields to their base query.
Declaration
protected ArchiveColumnInfo _colKey
Field Value
| Type | Description |
|---|---|
| ArchiveColumnInfo |
_colName
This is the base class for all extenders that add ConsentPurpose fields to their base query.
Declaration
protected ArchiveColumnInfo _colName
Field Value
| Type | Description |
|---|---|
| ArchiveColumnInfo |
_colPrivacyStatementDescription
This is the base class for all extenders that add ConsentPurpose fields to their base query.
Declaration
protected ArchiveColumnInfo _colPrivacyStatementDescription
Field Value
| Type | Description |
|---|---|
| ArchiveColumnInfo |
_colPrivacyStatementUrl
This is the base class for all extenders that add ConsentPurpose fields to their base query.
Declaration
protected ArchiveColumnInfo _colPrivacyStatementUrl
Field Value
| Type | Description |
|---|---|
| ArchiveColumnInfo |
_colRank
This is the base class for all extenders that add ConsentPurpose fields to their base query.
Declaration
protected ArchiveColumnInfo _colRank
Field Value
| Type | Description |
|---|---|
| ArchiveColumnInfo |
_colTooltip
This is the base class for all extenders that add ConsentPurpose fields to their base query.
Declaration
protected ArchiveColumnInfo _colTooltip
Field Value
| Type | Description |
|---|---|
| ArchiveColumnInfo |
_colUpdatedBy
This is the base class for all extenders that add ConsentPurpose fields to their base query.
Declaration
protected ArchiveColumnInfo _colUpdatedBy
Field Value
| Type | Description |
|---|---|
| ArchiveColumnInfo |
_colUpdatedDate
This is the base class for all extenders that add ConsentPurpose fields to their base query.
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 |
Overrides
ProcessOrderBy()
Process order by information during query modification. For each order by column that matches a known database binding, add the orderby clause to the query. If the column has a separate fieldinfo specified for its orderby (as specified by MapOrderByField(FieldInfo, ArchiveColumnInfo), this field is used, otherwise the display field is used).
Declaration
protected override void ProcessOrderBy()
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 |
Overrides
ToggleActiveLinkHint(string, int, FieldRight)
This is the base class for all extenders that add ConsentPurpose fields to their base query.
Declaration
protected string ToggleActiveLinkHint(string entity, int id, FieldRight right)
Parameters
| Type | Name | Description |
|---|---|---|
| string | entity | |
| int | id | |
| FieldRight | right |
Returns
| Type | Description |
|---|---|
| string |