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 method to join a RoleTableInfo to the .
Inheritance
RoleExtenderBase
Assembly: SoDataBase.dll
Syntax
public abstract class RoleExtenderBase : TableExtenderBase<RoleTableInfo>, IArchiveProviderQueryMapping, IArchiveExtender, IArchiveProviderDoesExtend, IArchiveProviderHasColumns, IArchiveProviderExtensible, IPlugin
Constructors
RoleExtenderBase()
Declaration
protected RoleExtenderBase()
Fields
_colDescription
Declaration
protected ArchiveColumnInfo _colDescription
Field Value
_colId
Declaration
protected ArchiveColumnInfo _colId
Field Value
_colIsDeleted
Declaration
protected ArchiveColumnInfo _colIsDeleted
Field Value
_colName
Declaration
protected ArchiveColumnInfo _colName
Field Value
_colRank
Declaration
protected ArchiveColumnInfo _colRank
Field Value
_colRegisteredBy
Declaration
protected ArchiveColumnInfo _colRegisteredBy
Field Value
_colRegisteredDate
Declaration
protected ArchiveColumnInfo _colRegisteredDate
Field Value
_colRoleType
Declaration
protected ArchiveColumnInfo _colRoleType
Field Value
_colRoleTypeName
Declaration
protected ArchiveColumnInfo _colRoleTypeName
Field Value
_colUpdatedBy
Declaration
protected ArchiveColumnInfo _colUpdatedBy
Field Value
_colUpdatedDate
Declaration
protected ArchiveColumnInfo _colUpdatedDate
Field Value
_colUseCat
Declaration
protected ArchiveColumnInfo _colUseCat
Field Value
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
SuperOffice.CRM.ArchiveLists.ExtenderBase<SuperOffice.CRM.Data.RoleTableInfo>.InnerModifyQuery()
InnerPopulateRowFromReader(SoDataReader, ArchiveRow)
Declaration
protected override void InnerPopulateRowFromReader(SoDataReader reader, ArchiveRow row)
Parameters
Overrides
SuperOffice.CRM.ArchiveLists.TableExtenderBase<SuperOffice.CRM.Data.RoleTableInfo>.InnerPopulateRowFromReader(SuperOffice.Data.SoDataReader, SuperOffice.CRM.ArchiveLists.ArchiveRow)
Implements
Extension Methods
EnumUtil.MapEnums<From, To>(From)