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
Inheritance
Implements
Inherited Members
Namespace: SuperOffice.CRM.ArchiveLists
Assembly: SoDataBase.dll
Syntax
public abstract class RoleExtenderBase : TableExtenderBase<RoleTableInfo>, IArchiveProviderQueryMapping, IArchiveExtender, IArchiveProviderDoesExtend, IArchiveProviderHasColumns, IArchiveProviderExtensible, IPlugin
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
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
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
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
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
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
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
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
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
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
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
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
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
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)
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
Declaration
protected override void InnerPopulateRowFromReader(SoDataReader reader, ArchiveRow row)
Parameters
Type | Name | Description |
---|---|---|
SoDataReader | reader | |
ArchiveRow | row |