Class EjCategoryExtenderBase
This is the base class for all extenders that add EjCategory fields to their base query. It handles all EjCategory-related fields, as well as having its own standard extenders for extra fields. Derived classes should simply implement the ExtenderBase.SetJoin method to join a EjCategoryTableInfo to the TableExtenderBase.RootQuery.
Inheritance
Implements
Inherited Members
Namespace: SuperOffice.CRM.ArchiveLists
Assembly: SoDataBase.dll
Syntax
public abstract class EjCategoryExtenderBase : TableExtenderBase<EjCategoryTableInfo>, IArchiveProviderQueryMapping, IArchiveExtender, IArchiveProviderDoesExtend, IArchiveProviderHasColumns, IArchiveProviderExtensible
Constructors
EjCategoryExtenderBase(Features)
Construct the extender and all all standard extenders (all features)
Declaration
public EjCategoryExtenderBase(EjCategoryExtenderBase.Features features = Features.None)
Parameters
Type | Name | Description |
---|---|---|
EjCategoryExtenderBase.Features | features |
Fields
_colEjCategoryId
This is the base class for all extenders that add EjCategory fields to their base query. It handles all EjCategory-related fields, as well as having its own standard extenders for extra fields. Derived classes should simply implement the ExtenderBase.SetJoin method to join a EjCategoryTableInfo to the TableExtenderBase.RootQuery.
Declaration
protected ArchiveColumnInfo _colEjCategoryId
Field Value
Type | Description |
---|---|
ArchiveColumnInfo |
_colExternalName
This is the base class for all extenders that add EjCategory fields to their base query. It handles all EjCategory-related fields, as well as having its own standard extenders for extra fields. Derived classes should simply implement the ExtenderBase.SetJoin method to join a EjCategoryTableInfo to the TableExtenderBase.RootQuery.
Declaration
protected ArchiveColumnInfo _colExternalName
Field Value
Type | Description |
---|---|
ArchiveColumnInfo |
_colFullname
This is the base class for all extenders that add EjCategory fields to their base query. It handles all EjCategory-related fields, as well as having its own standard extenders for extra fields. Derived classes should simply implement the ExtenderBase.SetJoin method to join a EjCategoryTableInfo to the TableExtenderBase.RootQuery.
Declaration
protected ArchiveColumnInfo _colFullname
Field Value
Type | Description |
---|---|
ArchiveColumnInfo |
_colName
This is the base class for all extenders that add EjCategory fields to their base query. It handles all EjCategory-related fields, as well as having its own standard extenders for extra fields. Derived classes should simply implement the ExtenderBase.SetJoin method to join a EjCategoryTableInfo to the TableExtenderBase.RootQuery.
Declaration
protected ArchiveColumnInfo _colName
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()