Class SaleSelectionProviderBase
Base class for SaleSelection provider. Both the regular provider and the shadow provider will inherit this class.
Inheritance
SaleSelectionProviderBase
Implements
Inherited Members
Namespace: SuperOffice.CRM.ArchiveLists.Archive
Assembly: SoDataBase.BusinessLogic.dll
Syntax
public abstract class SaleSelectionProviderBase : SelectionProviderBase, IArchiveMultiQueryProvider, IArchiveProvider, IArchiveProviderHasRows, IArchiveProviderHasColumns, IArchiveProviderHasEntities
Constructors
SaleSelectionProviderBase(string, string, string, bool)
Base class for SaleSelection provider. Both the regular provider and the shadow provider will inherit this class.
Declaration
public SaleSelectionProviderBase(string staticProvidername, string dynamicProviderName, string combinedProviderName, bool isShadow)
Parameters
| Type | Name | Description |
|---|---|---|
| string | staticProvidername | |
| string | dynamicProviderName | |
| string | combinedProviderName | |
| bool | isShadow |