Class CategoryMembershipExtenderBase
This is the base class for all extenders that add CategoryMembership fields to their base query. It handles all category membership-related fields. Derived classes should simply implement the ExtenderBase.SetJoin method to join a CategoryMembershipTableInfo to the RootQuery.
Inheritance
Implements
Inherited Members
Namespace: SuperOffice.CRM.ArchiveLists
Assembly: SoDataBase.dll
Syntax
public abstract class CategoryMembershipExtenderBase : TableExtenderBase<CategoryMembershipTableInfo>, IArchiveProviderQueryMapping, IArchiveExtender, IArchiveProviderDoesExtend, IArchiveProviderHasColumns, IArchiveProviderExtensible
Constructors
CategoryMembershipExtenderBase()
This is the base class for all extenders that add CategoryMembership fields to their base query. It handles all category membership-related fields. Derived classes should simply implement the ExtenderBase.SetJoin method to join a CategoryMembershipTableInfo to the RootQuery.
Declaration
public CategoryMembershipExtenderBase()
Fields
ColumnCategoryId
This is the base class for all extenders that add CategoryMembership fields to their base query. It handles all category membership-related fields. Derived classes should simply implement the ExtenderBase.SetJoin method to join a CategoryMembershipTableInfo to the RootQuery.
Declaration
public const string ColumnCategoryId = "categoryId"
Field Value
Type | Description |
---|---|
string |
ColumnCategoryMembershipId
This is the base class for all extenders that add CategoryMembership fields to their base query. It handles all category membership-related fields. Derived classes should simply implement the ExtenderBase.SetJoin method to join a CategoryMembershipTableInfo to the RootQuery.
Declaration
public const string ColumnCategoryMembershipId = "categoryMembershipId"
Field Value
Type | Description |
---|---|
string |
ColumnIsDefinedByUsergroup
This is the base class for all extenders that add CategoryMembership fields to their base query. It handles all category membership-related fields. Derived classes should simply implement the ExtenderBase.SetJoin method to join a CategoryMembershipTableInfo to the RootQuery.
Declaration
public const string ColumnIsDefinedByUsergroup = "isDefinedByUsergroup"
Field Value
Type | Description |
---|---|
string |
ColumnWeight
This is the base class for all extenders that add CategoryMembership fields to their base query. It handles all category membership-related fields. Derived classes should simply implement the ExtenderBase.SetJoin method to join a CategoryMembershipTableInfo to the RootQuery.
Declaration
public const string ColumnWeight = "weight"
Field Value
Type | Description |
---|---|
string |
_colCategoryId
This is the base class for all extenders that add CategoryMembership fields to their base query. It handles all category membership-related fields. Derived classes should simply implement the ExtenderBase.SetJoin method to join a CategoryMembershipTableInfo to the RootQuery.
Declaration
protected ArchiveColumnInfo _colCategoryId
Field Value
Type | Description |
---|---|
ArchiveColumnInfo |
_colCategoryMembershipId
This is the base class for all extenders that add CategoryMembership fields to their base query. It handles all category membership-related fields. Derived classes should simply implement the ExtenderBase.SetJoin method to join a CategoryMembershipTableInfo to the RootQuery.
Declaration
protected ArchiveColumnInfo _colCategoryMembershipId
Field Value
Type | Description |
---|---|
ArchiveColumnInfo |
_colIsDefinedByUsergroup
This is the base class for all extenders that add CategoryMembership fields to their base query. It handles all category membership-related fields. Derived classes should simply implement the ExtenderBase.SetJoin method to join a CategoryMembershipTableInfo to the RootQuery.
Declaration
protected ArchiveColumnInfo _colIsDefinedByUsergroup
Field Value
Type | Description |
---|---|
ArchiveColumnInfo |
_colWeight
This is the base class for all extenders that add CategoryMembership fields to their base query. It handles all category membership-related fields. Derived classes should simply implement the ExtenderBase.SetJoin method to join a CategoryMembershipTableInfo to the RootQuery.
Declaration
protected ArchiveColumnInfo _colWeight
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 |