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