Class ModuleLicenceExtenderBase
Extender base for the moduleLicence table. The tooltip field from the table is used as the general tooltip for all other columns, instead of being returned as a separate column
Inheritance
Implements
Inherited Members
Namespace: SuperOffice.CRM.ArchiveLists
Assembly: SoDataBase.dll
Syntax
public abstract class ModuleLicenceExtenderBase : TableExtenderBase<ModuleLicenseTableInfo>, IArchiveProviderQueryMapping, IArchiveExtender, IArchiveProviderDoesExtend, IArchiveProviderHasColumns, IArchiveProviderExtensible
Constructors
ModuleLicenceExtenderBase()
Extender base for the moduleLicence table. The tooltip field from the table is used as the general tooltip for all other columns, instead of being returned as a separate column
Declaration
protected ModuleLicenceExtenderBase()
Fields
_colAllowedAssocs
Extender base for the moduleLicence table. The tooltip field from the table is used as the general tooltip for all other columns, instead of being returned as a separate column
Declaration
protected ArchiveColumnInfo _colAllowedAssocs
Field Value
Type | Description |
---|---|
ArchiveColumnInfo |
_colExtraFlags
Extender base for the moduleLicence table. The tooltip field from the table is used as the general tooltip for all other columns, instead of being returned as a separate column
Declaration
protected ArchiveColumnInfo _colExtraFlags
Field Value
Type | Description |
---|---|
ArchiveColumnInfo |
_colGraceTo
Extender base for the moduleLicence table. The tooltip field from the table is used as the general tooltip for all other columns, instead of being returned as a separate column
Declaration
protected ArchiveColumnInfo _colGraceTo
Field Value
Type | Description |
---|---|
ArchiveColumnInfo |
_colId
Extender base for the moduleLicence table. The tooltip field from the table is used as the general tooltip for all other columns, instead of being returned as a separate column
Declaration
protected ArchiveColumnInfo _colId
Field Value
Type | Description |
---|---|
ArchiveColumnInfo |
_colLicenseNumber
Extender base for the moduleLicence table. The tooltip field from the table is used as the general tooltip for all other columns, instead of being returned as a separate column
Declaration
protected ArchiveColumnInfo _colLicenseNumber
Field Value
Type | Description |
---|---|
ArchiveColumnInfo |
_colLicenseType
Extender base for the moduleLicence table. The tooltip field from the table is used as the general tooltip for all other columns, instead of being returned as a separate column
Declaration
protected ArchiveColumnInfo _colLicenseType
Field Value
Type | Description |
---|---|
ArchiveColumnInfo |
_colMaintenanceTo
Extender base for the moduleLicence table. The tooltip field from the table is used as the general tooltip for all other columns, instead of being returned as a separate column
Declaration
protected ArchiveColumnInfo _colMaintenanceTo
Field Value
Type | Description |
---|---|
ArchiveColumnInfo |
_colModuleDesc
Extender base for the moduleLicence table. The tooltip field from the table is used as the general tooltip for all other columns, instead of being returned as a separate column
Declaration
protected ArchiveColumnInfo _colModuleDesc
Field Value
Type | Description |
---|---|
ArchiveColumnInfo |
_colModuleName
Extender base for the moduleLicence table. The tooltip field from the table is used as the general tooltip for all other columns, instead of being returned as a separate column
Declaration
protected ArchiveColumnInfo _colModuleName
Field Value
Type | Description |
---|---|
ArchiveColumnInfo |
Methods
InnerModifyQuery()
Set up column mappings for the base class, and add the tooltip field to the query if any standard column has been selected
Declaration
protected override void InnerModifyQuery()
Overrides
InnerPopulateRowFromReader(SoDataReader, ArchiveRow)
Override: Set the tooltip on all column based on the tooltip field in the moduleLicence row
Declaration
protected override void InnerPopulateRowFromReader(SoDataReader reader, ArchiveRow row)
Parameters
Type | Name | Description |
---|---|---|
SoDataReader | reader | |
ArchiveRow | row |