Class GenericTargetSelectionMemberExtender
This class essentially converts a SelectionMember extender into a primary query provider, suitable for use in the SelectionMemberStaticProvider Archive as the root query provider. This is done by having the SetJoin method return a free-standing SelectionMemberTableInfo instance that is not joined to anything, and overriding the TableToExtend property to return the same TableInfo.
Inheritance
Implements
Inherited Members
Namespace: SuperOffice.CRM.ArchiveLists
Assembly: SoDataBase.dll
Syntax
public class GenericTargetSelectionMemberExtender : SelectionMemberExtenderBase, IArchiveProviderQueryMapping, IArchiveExtender, IArchiveProviderDoesExtend, IArchiveProviderHasColumns, IArchiveProviderExtensible
Constructors
GenericTargetSelectionMemberExtender()
Construct the object and instantiate the SelectionMemberTableInfo.
Declaration
public GenericTargetSelectionMemberExtender()
Fields
_colContactId
This class essentially converts a SelectionMember extender into a primary query provider, suitable for use in the SelectionMemberStaticProvider Archive as the root query provider. This is done by having the SetJoin method return a free-standing SelectionMemberTableInfo instance that is not joined to anything, and overriding the TableToExtend property to return the same TableInfo.
Declaration
protected ArchiveColumnInfo _colContactId
Field Value
Type | Description |
---|---|
ArchiveColumnInfo |
_colPersonId
This class essentially converts a SelectionMember extender into a primary query provider, suitable for use in the SelectionMemberStaticProvider Archive as the root query provider. This is done by having the SetJoin method return a free-standing SelectionMemberTableInfo instance that is not joined to anything, and overriding the TableToExtend property to return the same TableInfo.
Declaration
protected ArchiveColumnInfo _colPersonId
Field Value
Type | Description |
---|---|
ArchiveColumnInfo |
_colSmId
This class essentially converts a SelectionMember extender into a primary query provider, suitable for use in the SelectionMemberStaticProvider Archive as the root query provider. This is done by having the SetJoin method return a free-standing SelectionMemberTableInfo instance that is not joined to anything, and overriding the TableToExtend property to return the same TableInfo.
Declaration
protected ArchiveColumnInfo _colSmId
Field Value
Type | Description |
---|---|
ArchiveColumnInfo |
_colTargetRecordId
This class essentially converts a SelectionMember extender into a primary query provider, suitable for use in the SelectionMemberStaticProvider Archive as the root query provider. This is done by having the SetJoin method return a free-standing SelectionMemberTableInfo instance that is not joined to anything, and overriding the TableToExtend property to return the same TableInfo.
Declaration
protected ArchiveColumnInfo _colTargetRecordId
Field Value
Type | Description |
---|---|
ArchiveColumnInfo |
_colTargetTableNumber
This class essentially converts a SelectionMember extender into a primary query provider, suitable for use in the SelectionMemberStaticProvider Archive as the root query provider. This is done by having the SetJoin method return a free-standing SelectionMemberTableInfo instance that is not joined to anything, and overriding the TableToExtend property to return the same TableInfo.
Declaration
protected ArchiveColumnInfo _colTargetTableNumber
Field Value
Type | Description |
---|---|
ArchiveColumnInfo |
Properties
TableToExtend
Return the free-standing SelectionMember table instance
Declaration
public override TableInfo TableToExtend { get; }
Property Value
Type | Description |
---|---|
TableInfo |
Overrides
Methods
InnerModifyQuery()
Override: Map fields; no special processing
Declaration
protected override void InnerModifyQuery()
Overrides
InnerPopulateRowFromReader(SoDataReader, ArchiveRow)
Add selectionmember_id linkhint to all rows.
Declaration
protected override void InnerPopulateRowFromReader(SoDataReader reader, ArchiveRow row)
Parameters
Type | Name | Description |
---|---|---|
SoDataReader | reader | |
ArchiveRow | row |
Overrides
SetJoin()
Return the free-standing SelectionMember table instance
Declaration
protected override SelectionMemberTableInfo SetJoin()
Returns
Type | Description |
---|---|
SelectionMemberTableInfo | TableInfo instance to be used by the base class |