Class SelectionStaticPersonProvider
Inheritance
SelectionStaticPersonProvider
Implements
Inherited Members
ExtensibleColumnsBase.MapReturnField(ArchiveSelect, FieldInfo, Boolean, String, ArchiveColumnInfo[])
Namespace: SuperOffice.CRM.ArchiveLists
Assembly: SoDataBase.dll
Syntax
[ArchiveProvider("InnerSelectionStaticPersonProvider", 1073741823)]
public class SelectionStaticPersonProvider : TypedQueryProviderBase<ArchiveRow, SelectionStaticPersonExtender>, IArchiveProviderQueryMapping, IArchiveQueryProvider, IArchiveProviderExtensible, IArchiveTypedProvider<ArchiveRow>, IArchiveTypedProviderBase, IArchiveProvider, IArchiveProviderHasRows, IArchiveProviderHasColumns, IArchiveProviderHasEntities, IPlugin
Constructors
SelectionStaticPersonProvider()
Declaration
public SelectionStaticPersonProvider()
Fields
_colSelectionMemberId
Declaration
protected ArchiveColumnInfo _colSelectionMemberId
Field Value
Type | Description |
---|---|
ArchiveColumnInfo |
ProviderName
Declaration
public const string ProviderName = "InnerSelectionStaticPersonProvider"
Field Value
Type | Description |
---|---|
String |
Properties
PrimaryTable
Get the table that should provide primary keys; since this is NOT the table of the root extender (that's contact), we have to override here. Normally, the root extender is the one that "initiates" the query and holds the root table. Instead we have a selectionMember tableinfo defined locally at the provider level that is supposed to be the root...
Declaration
public override TableInfo PrimaryTable { get; }
Property Value
Type | Description |
---|---|
TableInfo |
Overrides
SuperOffice.CRM.ArchiveLists.TypedQueryProviderBase<SuperOffice.CRM.ArchiveLists.ArchiveRow, SuperOffice.CRM.ArchiveLists.SelectionStaticPersonExtender>.PrimaryTable
TableToExtend
Override: While the SelectionStaticPersonExtender is about person, the table to extend here is actually selection. Not overriding would have passed this on to the SelectionStaticPersonExtender - wrong table, and too early anyway...
Declaration
public override TableInfo TableToExtend { get; }
Property Value
Type | Description |
---|---|
TableInfo |
Overrides
SuperOffice.CRM.ArchiveLists.QueryProviderBase<SuperOffice.CRM.ArchiveLists.ArchiveRow>.TableToExtend
Methods
InnerMapFields()
Declaration
public override void InnerMapFields()
Overrides
SuperOffice.CRM.ArchiveLists.QueryProviderBase<SuperOffice.CRM.ArchiveLists.ArchiveRow>.InnerMapFields()
InnerPopulateRowFromReader(SoDataReader, ArchiveRow)
Declaration
protected override void InnerPopulateRowFromReader(SoDataReader reader, ArchiveRow row)
Parameters
Type | Name | Description |
---|---|---|
SoDataReader | reader | |
ArchiveRow | row |
Overrides
SuperOffice.CRM.ArchiveLists.TypedQueryProviderBase<SuperOffice.CRM.ArchiveLists.ArchiveRow, SuperOffice.CRM.ArchiveLists.SelectionStaticPersonExtender>.InnerPopulateRowFromReader(SuperOffice.Data.SoDataReader, SuperOffice.CRM.ArchiveLists.ArchiveRow)
Implements
Extension Methods
EnumUtil.MapEnums<From, To>(From)