Class SubPersonContactSelectionDynamicProviderSingleCriteriaGroup
Person + Contact selection archive using the selectionId as criterionmapping.
Inheritance
Implements
Inherited Members
Namespace: SuperOffice.CRM.ArchiveLists.Archive
Assembly: SoDataBase.dll
Syntax
[ArchiveProvider("SubPersonContactDynamicSelectionSingleCriteriaGroup", 1073741823)]
public class SubPersonContactSelectionDynamicProviderSingleCriteriaGroup : DynamicSelectionProviderBaseV2<ArchiveRow, SelectionCombinedPersonExtenderBase, PersonTableInfo>, IArchiveProviderQueryMapping, IArchiveQueryProvider, IArchiveProviderExtensible, IArchiveTypedProvider<ArchiveRow>, IArchiveTypedProviderBase, IArchiveCombinedContactPersonProvider, IArchiveProvider, IArchiveProviderHasRows, IArchiveProviderHasColumns, IArchiveProviderHasEntities, IPlugin
Constructors
SubPersonContactSelectionDynamicProviderSingleCriteriaGroup()
Person + Contact selection archive using the selectionId as criterionmapping.
Declaration
public SubPersonContactSelectionDynamicProviderSingleCriteriaGroup()
SubPersonContactSelectionDynamicProviderSingleCriteriaGroup(PersonExtenderBase.Features, String)
Person + Contact selection archive using the selectionId as criterionmapping.
Declaration
public SubPersonContactSelectionDynamicProviderSingleCriteriaGroup(PersonExtenderBase.Features features, string context = "")
Parameters
Type | Name | Description |
---|---|---|
PersonExtenderBase.Features | features | |
String | context |
SubPersonContactSelectionDynamicProviderSingleCriteriaGroup(String)
Person + Contact selection archive using the selectionId as criterionmapping.
Declaration
public SubPersonContactSelectionDynamicProviderSingleCriteriaGroup(string context)
Parameters
Type | Name | Description |
---|---|---|
String | context |
Fields
ProviderName
Person + Contact selection archive using the selectionId as criterionmapping.
Declaration
public const string ProviderName = "SubPersonContactDynamicSelectionSingleCriteriaGroup"
Field Value
Type | Description |
---|---|
String |
Properties
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 |
Methods
InnerPopulateRowFromReader(SoDataReader, ArchiveRow)
Person + Contact selection archive using the selectionId as criterionmapping.
Declaration
protected override void InnerPopulateRowFromReader(SoDataReader reader, ArchiveRow row)
Parameters
Type | Name | Description |
---|---|---|
SoDataReader | reader | |
ArchiveRow | row |
Overrides
PostProcessQuery()
Person + Contact selection archive using the selectionId as criterionmapping.
Declaration
public override void PostProcessQuery()
Overrides
SetRestriction(ArchiveRestrictionInfo[])
Override: Intercept SetRestriction on the extender, to see if there are actual person restrictions present
Declaration
public override bool SetRestriction(params ArchiveRestrictionInfo[] restrictions)
Parameters
Type | Name | Description |
---|---|---|
ArchiveRestrictionInfo[] | restrictions |
Returns
Type | Description |
---|---|
Boolean |