Class ConsentPersonExtenderBase
This is the base class for all extenders that add ConsentPerson fields to their base query.
Inheritance
ConsentPersonExtenderBase
Assembly: SoDataBase.dll
Syntax
public abstract class ConsentPersonExtenderBase : TableExtenderBase<ConsentPersonTableInfo>, IArchiveProviderQueryMapping, IArchiveExtender, IArchiveProviderDoesExtend, IArchiveProviderHasColumns, IArchiveProviderExtensible, IPlugin
Constructors
ConsentPersonExtenderBase()
Construct the extender and all all standard extenders (all features)
Declaration
public ConsentPersonExtenderBase()
Fields
_colActive
Declaration
protected ArchiveColumnInfo _colActive
Field Value
Declaration
protected ArchiveColumnInfo _colComment
Field Value
_colConsentPersonId
Declaration
protected ArchiveColumnInfo _colConsentPersonId
Field Value
_colConsentSource
Declaration
protected ArchiveColumnInfo _colConsentSource
Field Value
Declaration
protected ArchiveColumnInfo _colHasComment
Field Value
_colLegalBase
Declaration
protected ArchiveColumnInfo _colLegalBase
Field Value
_colPersonId
Declaration
protected ArchiveColumnInfo _colPersonId
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.ConsentPersonTableInfo>.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.ConsentPersonTableInfo>.InnerPopulateRowFromReader(SuperOffice.Data.SoDataReader, SuperOffice.CRM.ArchiveLists.ArchiveRow)
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
Implements
Extension Methods
EnumUtil.MapEnums<From, To>(From)