Class SystemEventsExtenderBase
Provider for the list of system events.
Inheritance
Implements
Inherited Members
Namespace: SuperOffice.CRM.ArchiveLists
Assembly: SoDataBase.dll
Syntax
public abstract class SystemEventsExtenderBase : TableExtenderBase<SystemEventTableInfo>, IArchiveProviderQueryMapping, IArchiveExtender, IArchiveProviderDoesExtend, IArchiveProviderHasColumns, IArchiveProviderExtensible
Constructors
SystemEventsExtenderBase()
Construct the extender and all all standard extenders (all features)
Declaration
public SystemEventsExtenderBase()
Fields
_colEta
Provider for the list of system events.
Declaration
protected ArchiveColumnInfo _colEta
Field Value
Type | Description |
---|---|
ArchiveColumnInfo |
_colEventKey
Provider for the list of system events.
Declaration
protected ArchiveColumnInfo _colEventKey
Field Value
Type | Description |
---|---|
ArchiveColumnInfo |
_colEventMess
Provider for the list of system events.
Declaration
protected ArchiveColumnInfo _colEventMess
Field Value
Type | Description |
---|---|
ArchiveColumnInfo |
_colEventName
Provider for the list of system events.
Declaration
protected ArchiveColumnInfo _colEventName
Field Value
Type | Description |
---|---|
ArchiveColumnInfo |
_colExtraInfo
Provider for the list of system events.
Declaration
protected ArchiveColumnInfo _colExtraInfo
Field Value
Type | Description |
---|---|
ArchiveColumnInfo |
_colOwner
Provider for the list of system events.
Declaration
protected ArchiveColumnInfo _colOwner
Field Value
Type | Description |
---|---|
ArchiveColumnInfo |
_colRegistered
Provider for the list of system events.
Declaration
protected ArchiveColumnInfo _colRegistered
Field Value
Type | Description |
---|---|
ArchiveColumnInfo |
_colScope
Provider for the list of system events.
Declaration
protected ArchiveColumnInfo _colScope
Field Value
Type | Description |
---|---|
ArchiveColumnInfo |
_colStatus
Provider for the list of system events.
Declaration
protected ArchiveColumnInfo _colStatus
Field Value
Type | Description |
---|---|
ArchiveColumnInfo |
_colSystemEventId
Provider for the list of system events.
Declaration
protected ArchiveColumnInfo _colSystemEventId
Field Value
Type | Description |
---|---|
ArchiveColumnInfo |
_colType
Provider for the list of system events.
Declaration
protected ArchiveColumnInfo _colType
Field Value
Type | Description |
---|---|
ArchiveColumnInfo |
_colUpdatedCount
Provider for the list of system events.
Declaration
protected ArchiveColumnInfo _colUpdatedCount
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 |