Class SuperListColumnSizeExtenderBase
Inheritance
SuperListColumnSizeExtenderBase
Assembly: SoDataBase.dll
Syntax
public abstract class SuperListColumnSizeExtenderBase : TableExtenderBase<SuperListColumnSizeTableInfo>, IArchiveProviderQueryMapping, IArchiveExtender, IArchiveProviderDoesExtend, IArchiveProviderHasColumns, IArchiveProviderExtensible
Constructors
SuperListColumnSizeExtenderBase()
Declaration
protected SuperListColumnSizeExtenderBase()
Fields
_colAssocId
Declaration
protected ArchiveColumnInfo _colAssocId
Field Value
_colColumnSize
Declaration
protected ArchiveColumnInfo _colColumnSize
Field Value
_colConfigurationName
Declaration
protected ArchiveColumnInfo _colConfigurationName
Field Value
_colExtraInfo
Declaration
protected ArchiveColumnInfo _colExtraInfo
Field Value
_colGroupId
Declaration
protected ArchiveColumnInfo _colGroupId
Field Value
_colListColumn
Declaration
protected ArchiveColumnInfo _colListColumn
Field Value
_colListOwner
Declaration
protected ArchiveColumnInfo _colListOwner
Field Value
_colOrderByDirection
Declaration
protected ArchiveColumnInfo _colOrderByDirection
Field Value
_colOrderByRank
Declaration
protected ArchiveColumnInfo _colOrderByRank
Field Value
_colOwnerRecord
Declaration
protected ArchiveColumnInfo _colOwnerRecord
Field Value
_colOwnerTable
Declaration
protected ArchiveColumnInfo _colOwnerTable
Field Value
_colRank
Declaration
protected ArchiveColumnInfo _colRank
Field Value
_colRegistered
Declaration
protected ArchiveColumnInfo _colRegistered
Field Value
_colSuperListColumnSizeId
Declaration
protected ArchiveColumnInfo _colSuperListColumnSizeId
Field Value
_colUpdated
Declaration
protected ArchiveColumnInfo _colUpdated
Field Value
Methods
InnerModifyQuery()
Template method called from ModifyQuery() during query processing; subclasses should implement it to build their queries. It will ONLY be called if IsQueryNeeded returns true.
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
|
Overrides
Implements
Extension Methods