Class ContactPersonSelectionDynamicProviderV2
Contact + Person selection archive with OR-able selection groups. Each group is represented with the SaleSelectionDynamicProviderSingleCriteriaGroup.
Inheritance
Implements
Inherited Members
Namespace: SuperOffice.CRM.ArchiveLists.Archive
Assembly: SoDataBase.dll
Syntax
[ArchiveProvider("ContactPersonDynamicSelectionV2", 1073741823)]
public class ContactPersonSelectionDynamicProviderV2 : DynamicSelectionMultiCriteriaGroupBase, IArchiveMultiQueryProvider, IArchiveCombinedContactPersonProvider, IArchiveProvider, IArchiveProviderHasRows, IArchiveProviderHasColumns, IArchiveProviderHasEntities, IPlugin
Constructors
ContactPersonSelectionDynamicProviderV2()
Contact + Person selection archive with OR-able selection groups. Each group is represented with the SaleSelectionDynamicProviderSingleCriteriaGroup.
Declaration
public ContactPersonSelectionDynamicProviderV2()
ContactPersonSelectionDynamicProviderV2(String)
Contact + Person selection archive with OR-able selection groups. Each group is represented with the SaleSelectionDynamicProviderSingleCriteriaGroup.
Declaration
public ContactPersonSelectionDynamicProviderV2(string context)
Parameters
Type | Name | Description |
---|---|---|
String | context |
Fields
ProviderName
Contact + Person selection archive with OR-able selection groups. Each group is represented with the SaleSelectionDynamicProviderSingleCriteriaGroup.
Declaration
public const string ProviderName = "ContactPersonDynamicSelectionV2"
Field Value
Type | Description |
---|---|
String |
Properties
IsInPersonMode
Contact + Person selection archive with OR-able selection groups. Each group is represented with the SaleSelectionDynamicProviderSingleCriteriaGroup.
Declaration
public bool IsInPersonMode { get; }
Property Value
Type | Description |
---|---|
Boolean |
Methods
ForcePersonMode(Boolean)
Contact + Person selection archive with OR-able selection groups. Each group is represented with the SaleSelectionDynamicProviderSingleCriteriaGroup.
Declaration
public void ForcePersonMode(bool mode = true)
Parameters
Type | Name | Description |
---|---|---|
Boolean | mode |
ModifyRestrictionGroup(IArchiveProvider, ArchiveRestrictionInfo[])
Contact + Person selection archive with OR-able selection groups. Each group is represented with the SaleSelectionDynamicProviderSingleCriteriaGroup.
Declaration
protected override ArchiveRestrictionInfo[] ModifyRestrictionGroup(IArchiveProvider provider, ArchiveRestrictionInfo[] resGroup)
Parameters
Type | Name | Description |
---|---|---|
IArchiveProvider | provider | |
ArchiveRestrictionInfo[] | resGroup |
Returns
Type | Description |
---|---|
ArchiveRestrictionInfo[] |
Overrides
SetDesiredEntities(String[])
Contact + Person selection archive with OR-able selection groups. Each group is represented with the SaleSelectionDynamicProviderSingleCriteriaGroup.
Declaration
public override void SetDesiredEntities(params string[] entities)
Parameters
Type | Name | Description |
---|---|---|
String[] | entities |