Class ConsentPurposeExtenderBase
This is the base class for all extenders that add ConsentPurpose fields to their base query.
Inheritance
System.Object
ConsentPurposeExtenderBase
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Assembly: SoDataBase.dll
Syntax
public abstract class ConsentPurposeExtenderBase : TableExtenderBase<ConsentPurposeTableInfo>, IArchiveProviderQueryMapping, IArchiveExtender, IArchiveProviderDoesExtend, IArchiveProviderHasColumns, IArchiveProviderExtensible, IPlugin
Constructors
ConsentPurposeExtenderBase()
Construct the extender and all all standard extenders (all features)
Declaration
public ConsentPurposeExtenderBase()
ConsentPurposeExtenderBase(ConsentPurposeExtenderBase.Features)
Declaration
public ConsentPurposeExtenderBase(ConsentPurposeExtenderBase.Features feature)
Parameters
Fields
_colActive
Declaration
protected ArchiveColumnInfo _colActive
Field Value
_colConsentPurposeId
Declaration
protected ArchiveColumnInfo _colConsentPurposeId
Field Value
_colKey
Declaration
protected ArchiveColumnInfo _colKey
Field Value
_colName
Declaration
protected ArchiveColumnInfo _colName
Field Value
_colPrivacyStatementDescription
Declaration
protected ArchiveColumnInfo _colPrivacyStatementDescription
Field Value
_colPrivacyStatementUrl
Declaration
protected ArchiveColumnInfo _colPrivacyStatementUrl
Field Value
_colRank
Declaration
protected ArchiveColumnInfo _colRank
Field Value
Declaration
protected ArchiveColumnInfo _colTooltip
Field Value
_colUpdatedBy
Declaration
protected ArchiveColumnInfo _colUpdatedBy
Field Value
_colUpdatedDate
Declaration
protected ArchiveColumnInfo _colUpdatedDate
Field Value
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
SuperOffice.CRM.ArchiveLists.ExtenderBase<SuperOffice.CRM.Data.ConsentPurposeTableInfo>.InnerModifyQuery()
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
SuperOffice.CRM.ArchiveLists.TableExtenderBase<SuperOffice.CRM.Data.ConsentPurposeTableInfo>.InnerPopulateRowFromReader(SuperOffice.Data.SoDataReader, SuperOffice.CRM.ArchiveLists.ArchiveRow)
ProcessOrderBy()
Declaration
protected override void ProcessOrderBy()
Overrides
SetRestriction(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
ToggleActiveLinkHint(String, Int32, FieldRight)
Declaration
protected string ToggleActiveLinkHint(string entity, int id, FieldRight right)
Parameters
Type |
Name |
Description |
System.String |
entity |
|
System.Int32 |
id |
|
FieldRight |
right |
|
Returns
Type |
Description |
System.String |
|
Implements
Extension Methods
EnumUtil.MapEnums<From, To>(From)