Class ConsentPersonExtenderBase
This is the base class for all extenders that add ConsentPerson fields to their base query.
Inheritance
Implements
Inherited Members
Namespace: SuperOffice.CRM.ArchiveLists
Assembly: SoDataBase.dll
Syntax
public abstract class ConsentPersonExtenderBase : TableExtenderBase<ConsentPersonTableInfo>, IArchiveProviderQueryMapping, IArchiveExtender, IArchiveProviderDoesExtend, IArchiveProviderHasColumns, IArchiveProviderExtensible
Constructors
ConsentPersonExtenderBase()
Construct the extender and all all standard extenders (all features)
Declaration
public ConsentPersonExtenderBase()
Fields
_colActive
This is the base class for all extenders that add ConsentPerson fields to their base query.
Declaration
protected ArchiveColumnInfo _colActive
Field Value
Type | Description |
---|---|
ArchiveColumnInfo |
_colComment
This is the base class for all extenders that add ConsentPerson fields to their base query.
Declaration
protected ArchiveColumnInfo _colComment
Field Value
Type | Description |
---|---|
ArchiveColumnInfo |
_colConsentPersonId
This is the base class for all extenders that add ConsentPerson fields to their base query.
Declaration
protected ArchiveColumnInfo _colConsentPersonId
Field Value
Type | Description |
---|---|
ArchiveColumnInfo |
_colConsentSource
This is the base class for all extenders that add ConsentPerson fields to their base query.
Declaration
protected ArchiveColumnInfo _colConsentSource
Field Value
Type | Description |
---|---|
ArchiveColumnInfo |
_colHasComment
This is the base class for all extenders that add ConsentPerson fields to their base query.
Declaration
protected ArchiveColumnInfo _colHasComment
Field Value
Type | Description |
---|---|
ArchiveColumnInfo |
_colLegalBase
This is the base class for all extenders that add ConsentPerson fields to their base query.
Declaration
protected ArchiveColumnInfo _colLegalBase
Field Value
Type | Description |
---|---|
ArchiveColumnInfo |
_colPersonId
This is the base class for all extenders that add ConsentPerson fields to their base query.
Declaration
protected ArchiveColumnInfo _colPersonId
Field Value
Type | Description |
---|---|
ArchiveColumnInfo |
_colUpdatedBy
This is the base class for all extenders that add ConsentPerson 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 ConsentPerson 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
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 |