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
Inheritance
SuperOffice.Factory.PluginAttribute
SuperOffice.Factory.PrioritizedPluginAttribute
ArchiveProviderAttribute
Implements
Inherited Members
Namespace: SuperOffice.CRM.ArchiveLists
Assembly: SoDataBase.dll
Syntax
public class ArchiveProviderAttribute : PrioritizedPluginAttribute, _Attribute
Constructors
ArchiveProviderAttribute(String, Int32)
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 |
Int32 | priority | The priority, lowest comes first and supersedes higher values with the same name |
Implements
Extension Methods
EnumUtil.MapEnums<From, To>(From)