Class SubContactPersonSelectionDynamicProviderSingleCriteriaGroup
Contact + Person selection archive using the selectionId as criterionmapping.
Inheritance
Implements
Inherited Members
Namespace: SuperOffice.CRM.ArchiveLists.Archive
Assembly: SoDataBase.dll
Syntax
[ArchiveProvider("SubContactPersonDynamicSelectionSingleCriteriaGroup", 1073741823)]
public class SubContactPersonSelectionDynamicProviderSingleCriteriaGroup : DynamicSelectionProviderBaseV2<ArchiveRow, SelectionDynamicContactExtender, PersonTableInfo>, IArchiveProviderQueryMapping, IArchiveQueryProvider, IArchiveProviderExtensible, IArchiveTypedProvider<ArchiveRow>, IArchiveTypedProviderBase, IArchiveCombinedContactPersonProvider, IArchiveProvider, IArchiveProviderHasRows, IArchiveProviderHasColumns, IArchiveProviderHasEntities, IPlugin
Constructors
SubContactPersonSelectionDynamicProviderSingleCriteriaGroup()
Contact + Person selection archive using the selectionId as criterionmapping.
Declaration
public SubContactPersonSelectionDynamicProviderSingleCriteriaGroup()
SubContactPersonSelectionDynamicProviderSingleCriteriaGroup(ContactExtenderBase.Features, String)
Contact + Person selection archive using the selectionId as criterionmapping.
Declaration
public SubContactPersonSelectionDynamicProviderSingleCriteriaGroup(ContactExtenderBase.Features features, string context = "")
Parameters
Type | Name | Description |
---|---|---|
ContactExtenderBase.Features | features | |
String | context |
SubContactPersonSelectionDynamicProviderSingleCriteriaGroup(String)
Contact + Person selection archive using the selectionId as criterionmapping.
Declaration
public SubContactPersonSelectionDynamicProviderSingleCriteriaGroup(string context)
Parameters
Type | Name | Description |
---|---|---|
String | context |
Fields
ProviderName
Contact + Person selection archive using the selectionId as criterionmapping.
Declaration
public const string ProviderName = "SubContactPersonDynamicSelectionSingleCriteriaGroup"
Field Value
Type | Description |
---|---|
String |
Properties
InhibitDistinctPrimaryKeys
Contact + Person selection archive using the selectionId as criterionmapping.
Declaration
public override bool InhibitDistinctPrimaryKeys { get; }
Property Value
Type | Description |
---|---|
Boolean |
Overrides
IsInPersonMode
IArchiveCombinedContactPersonProvider, needed by some clients to determine how to handle contact/person id pairs
Declaration
public bool IsInPersonMode { get; }
Property Value
Type | Description |
---|---|
Boolean |
IsPersonQuery
Contact + Person selection archive using the selectionId as criterionmapping.
Declaration
public bool IsPersonQuery { get; }
Property Value
Type | Description |
---|---|
Boolean |
Methods
AcceptRow(SoDataReader)
Contact + Person selection archive using the selectionId as criterionmapping.
Declaration
protected override bool AcceptRow(SoDataReader reader)
Parameters
Type | Name | Description |
---|---|---|
SoDataReader | reader |
Returns
Type | Description |
---|---|
Boolean |
Overrides
InnerPopulateRowFromReader(SoDataReader, ArchiveRow)
Override: Add a link hint to tell outsiders whether "genuine" person criteria were found (this triggers various behaviours, such as rowtype name)
Declaration
protected override void InnerPopulateRowFromReader(SoDataReader reader, ArchiveRow row)
Parameters
Type | Name | Description |
---|---|---|
SoDataReader | reader | |
ArchiveRow | row |
Overrides
PostProcessQuery()
Contact + Person selection archive using the selectionId as criterionmapping.
Declaration
public override void PostProcessQuery()
Overrides
PostProcessRow(SoDataReader, ArchiveRow)
Contact + Person selection archive using the selectionId as criterionmapping.
Declaration
protected override void PostProcessRow(SoDataReader reader, ArchiveRow row)
Parameters
Type | Name | Description |
---|---|---|
SoDataReader | reader | |
ArchiveRow | row |