Class ContactPersonSelectionDynamicProviderSingleCriteriaGroup
Contact + Person selection archive using the selectionId as criterionmapping.
Inheritance
ContactPersonSelectionDynamicProviderSingleCriteriaGroup
Implements
Inherited Members
Namespace: SuperOffice.CRM.ArchiveLists.Archive
Assembly: SoDataBase.dll
Syntax
[ArchiveProvider("ContactPersonDynamicSelectionSingleCriteriaGroup", 1073741823)]
public class ContactPersonSelectionDynamicProviderSingleCriteriaGroup : TypedMultiQueryProviderBase<ArchiveFindContactRow>, IArchiveMultiQueryProvider, IArchiveTypedProvider<ArchiveFindContactRow>, IArchiveTypedProviderBase, IArchiveCombinedContactPersonProvider, IArchiveProvider, IArchiveProviderHasRows, IArchiveProviderHasColumns, IArchiveProviderHasEntities, IPlugin
Fields
ProviderName
Contact + Person selection archive using the selectionId as criterionmapping.
Declaration
public const string ProviderName = "ContactPersonDynamicSelectionSingleCriteriaGroup"
Field Value
Type | Description |
---|---|
String |
Properties
ForcePersonMode
Contact + Person selection archive using the selectionId as criterionmapping.
Declaration
public bool ForcePersonMode { get; set; }
Property Value
Type | Description |
---|---|
Boolean |
IsInPersonMode
Contact + Person selection archive using the selectionId as criterionmapping.
Declaration
public bool IsInPersonMode { get; }
Property Value
Type | Description |
---|---|
Boolean |
Methods
InnerPopulateRow(ArchiveRow)
Contact + Person selection archive using the selectionId as criterionmapping.
Declaration
protected override void InnerPopulateRow(ArchiveRow row)
Parameters
Type | Name | Description |
---|---|---|
ArchiveRow | row |
Overrides
PreGetRows()
Contact + Person selection archive using the selectionId as criterionmapping.
Declaration
protected override void PreGetRows()
Overrides
SetRestriction(ArchiveRestrictionInfo[])
Contact + Person selection archive using the selectionId as criterionmapping.
Declaration
public override bool SetRestriction(ArchiveRestrictionInfo[] restrictions)
Parameters
Type | Name | Description |
---|---|---|
ArchiveRestrictionInfo[] | restrictions |
Returns
Type | Description |
---|---|
Boolean |
Overrides
Implements
Extension Methods
EnumUtil.MapEnums<From, To>(From)