Class SelectionSelectionDynamicProviderSingleCriteriaGroup
Selection selection archive using the selectionId as criterionmapping.
Inheritance
SelectionSelectionDynamicProviderSingleCriteriaGroup
Implements
Inherited Members
Namespace: SuperOffice.CRM.ArchiveLists.Archive
Assembly: SoDataBase.dll
Syntax
[ArchiveProvider("SelectionDynamicSelectionSingleCriteriaGroup", 1073741823)]
public class SelectionSelectionDynamicProviderSingleCriteriaGroup : DynamicSelectionProviderBaseV2<ArchiveRow, SelectionSelectionExtender, SelectionTableInfo>, IArchiveProviderQueryMapping, IArchiveQueryProvider, IArchiveProviderExtensible, IArchiveTypedProvider<ArchiveRow>, IArchiveTypedProviderBase, IArchiveProvider, IArchiveProviderHasRows, IArchiveProviderHasColumns, IArchiveProviderHasEntities
Constructors
SelectionSelectionDynamicProviderSingleCriteriaGroup()
Selection selection archive using the selectionId as criterionmapping.
Declaration
public SelectionSelectionDynamicProviderSingleCriteriaGroup()
Fields
ProviderName
Selection selection archive using the selectionId as criterionmapping.
Declaration
public const string ProviderName = "SelectionDynamicSelectionSingleCriteriaGroup"
Field Value
Type | Description |
---|---|
string |
Methods
SetRestriction(params ArchiveRestrictionInfo[])
Set the restriction by calling the base class and InnerSetRestriction; take this opportunity to note that a restriction has actually been set, so we can report cases of totally missing restrictions (which is not acceptable as it might end up fetching the whole database)
Declaration
public override bool SetRestriction(params ArchiveRestrictionInfo[] restrictions)
Parameters
Type | Name | Description |
---|---|---|
ArchiveRestrictionInfo[] | restrictions |
Returns
Type | Description |
---|---|
bool |