Class RoleExtenderBase
This is the base class for all extenders that add Role fields to their base query. It handles all Role-related fields. Derived classes should simply implement the ExtenderBase.SetJoin method to join a RoleTableInfo to the RootQuery.
Inheritance
Implements
Inherited Members
Namespace: SuperOffice.CRM.ArchiveLists
Assembly: SoDataBase.dll
Syntax
public abstract class RoleExtenderBase : TableExtenderBase<RoleTableInfo>, IArchiveProviderQueryMapping, IArchiveExtender, IArchiveProviderDoesExtend, IArchiveProviderHasColumns, IArchiveProviderExtensible
Constructors
RoleExtenderBase()
This is the base class for all extenders that add Role fields to their base query. It handles all Role-related fields. Derived classes should simply implement the ExtenderBase.SetJoin method to join a RoleTableInfo to the RootQuery.
Declaration
protected RoleExtenderBase()
Fields
_colDescription
This is the base class for all extenders that add Role fields to their base query. It handles all Role-related fields. Derived classes should simply implement the ExtenderBase.SetJoin method to join a RoleTableInfo to the RootQuery.
Declaration
protected ArchiveColumnInfo _colDescription
Field Value
Type | Description |
---|---|
ArchiveColumnInfo |
_colId
This is the base class for all extenders that add Role fields to their base query. It handles all Role-related fields. Derived classes should simply implement the ExtenderBase.SetJoin method to join a RoleTableInfo to the RootQuery.
Declaration
protected ArchiveColumnInfo _colId
Field Value
Type | Description |
---|---|
ArchiveColumnInfo |
_colIsDeleted
This is the base class for all extenders that add Role fields to their base query. It handles all Role-related fields. Derived classes should simply implement the ExtenderBase.SetJoin method to join a RoleTableInfo to the RootQuery.
Declaration
protected ArchiveColumnInfo _colIsDeleted
Field Value
Type | Description |
---|---|
ArchiveColumnInfo |
_colName
This is the base class for all extenders that add Role fields to their base query. It handles all Role-related fields. Derived classes should simply implement the ExtenderBase.SetJoin method to join a RoleTableInfo to the RootQuery.
Declaration
protected ArchiveColumnInfo _colName
Field Value
Type | Description |
---|---|
ArchiveColumnInfo |
_colRank
This is the base class for all extenders that add Role fields to their base query. It handles all Role-related fields. Derived classes should simply implement the ExtenderBase.SetJoin method to join a RoleTableInfo to the RootQuery.
Declaration
protected ArchiveColumnInfo _colRank
Field Value
Type | Description |
---|---|
ArchiveColumnInfo |
_colRegisteredBy
This is the base class for all extenders that add Role fields to their base query. It handles all Role-related fields. Derived classes should simply implement the ExtenderBase.SetJoin method to join a RoleTableInfo to the RootQuery.
Declaration
protected ArchiveColumnInfo _colRegisteredBy
Field Value
Type | Description |
---|---|
ArchiveColumnInfo |
_colRegisteredDate
This is the base class for all extenders that add Role fields to their base query. It handles all Role-related fields. Derived classes should simply implement the ExtenderBase.SetJoin method to join a RoleTableInfo to the RootQuery.
Declaration
protected ArchiveColumnInfo _colRegisteredDate
Field Value
Type | Description |
---|---|
ArchiveColumnInfo |
_colRoleType
This is the base class for all extenders that add Role fields to their base query. It handles all Role-related fields. Derived classes should simply implement the ExtenderBase.SetJoin method to join a RoleTableInfo to the RootQuery.
Declaration
protected ArchiveColumnInfo _colRoleType
Field Value
Type | Description |
---|---|
ArchiveColumnInfo |
_colRoleTypeName
This is the base class for all extenders that add Role fields to their base query. It handles all Role-related fields. Derived classes should simply implement the ExtenderBase.SetJoin method to join a RoleTableInfo to the RootQuery.
Declaration
protected ArchiveColumnInfo _colRoleTypeName
Field Value
Type | Description |
---|---|
ArchiveColumnInfo |
_colUpdatedBy
This is the base class for all extenders that add Role fields to their base query. It handles all Role-related fields. Derived classes should simply implement the ExtenderBase.SetJoin method to join a RoleTableInfo to the RootQuery.
Declaration
protected ArchiveColumnInfo _colUpdatedBy
Field Value
Type | Description |
---|---|
ArchiveColumnInfo |
_colUpdatedDate
This is the base class for all extenders that add Role fields to their base query. It handles all Role-related fields. Derived classes should simply implement the ExtenderBase.SetJoin method to join a RoleTableInfo to the RootQuery.
Declaration
protected ArchiveColumnInfo _colUpdatedDate
Field Value
Type | Description |
---|---|
ArchiveColumnInfo |
_colUseCat
This is the base class for all extenders that add Role fields to their base query. It handles all Role-related fields. Derived classes should simply implement the ExtenderBase.SetJoin method to join a RoleTableInfo to the RootQuery.
Declaration
protected ArchiveColumnInfo _colUseCat
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 |