Class FormExtenderBase
Base extender class that handles forms.
Inheritance
FormExtenderBase
Implements
Inherited Members
Namespace: SuperOffice.CRM.ArchiveLists
Assembly: SoDataBase.dll
Syntax
public abstract class FormExtenderBase : TableExtenderBase<FormTableInfo>, IArchiveProviderQueryMapping, IArchiveExtender, IArchiveProviderDoesExtend, IArchiveProviderHasColumns, IArchiveProviderExtensible
Constructors
FormExtenderBase()
Constructor
Declaration
protected FormExtenderBase()
Fields
_colFormDescription
Base extender class that handles forms.
Declaration
protected ArchiveColumnInfo _colFormDescription
Field Value
Type | Description |
---|---|
ArchiveColumnInfo |
_colFormId
Base extender class that handles forms.
Declaration
protected ArchiveColumnInfo _colFormId
Field Value
Type | Description |
---|---|
ArchiveColumnInfo |
_colFormName
Base extender class that handles forms.
Declaration
protected ArchiveColumnInfo _colFormName
Field Value
Type | Description |
---|---|
ArchiveColumnInfo |
_colFormThumbnail
Base extender class that handles forms.
Declaration
protected ArchiveColumnInfo _colFormThumbnail
Field Value
Type | Description |
---|---|
ArchiveColumnInfo |
_colRegisteredBy
Base extender class that handles forms.
Declaration
protected ArchiveColumnInfo _colRegisteredBy
Field Value
Type | Description |
---|---|
ArchiveColumnInfo |
_colRegisteredDate
Base extender class that handles forms.
Declaration
protected ArchiveColumnInfo _colRegisteredDate
Field Value
Type | Description |
---|---|
ArchiveColumnInfo |
_colUpdatedBy
Base extender class that handles forms.
Declaration
protected ArchiveColumnInfo _colUpdatedBy
Field Value
Type | Description |
---|---|
ArchiveColumnInfo |
_colUpdatedDate
Base extender class that handles forms.
Declaration
protected ArchiveColumnInfo _colUpdatedDate
Field Value
Type | Description |
---|---|
ArchiveColumnInfo |
Methods
InnerModifyQuery()
Add/map return fields to the query
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 |