Class ArchiveProviderAttribute
This attribute marks an externally visible provider, to be accessed through the provider factory. A class marked with this attribute must implement the IArchiveProvider interface. The class QueryProviderBase is a recommended base class.
Inherited Members
Namespace: SuperOfficeCRMArchiveLists
Assembly: SoDataBase.BusinessLogic.dll
Syntax
public class ArchiveProviderAttribute : PrioritizedPluginAttribute
Constructors
ArchiveProviderAttribute(string, int)
Declare an archive provider
Declaration
public ArchiveProviderAttribute(string name, int priority)
Parameters
| Type | Name | Description |
|---|---|---|
| string | name | The public name of this provider, used in the call to the service |
| int | priority | The priority, lowest comes first and supersedes higher values with the same name |