Class TempFileProviderAttribute
Attribute identifying a class as a provider of temp file services. The class must also implement the ITempFileProvider interface.
Inheritance
SuperOffice.Factory.PluginAttribute
SuperOffice.Factory.PrioritizedPluginAttribute
TempFileProviderAttribute
Implements
Inherited Members
Namespace: SuperOffice.CRM.Documents
Assembly: SuperOffice.Plugins.dll
Syntax
[AttributeUsage(AttributeTargets.Class)]
public sealed class TempFileProviderAttribute : PrioritizedPluginAttribute, _Attribute
Constructors
TempFileProviderAttribute(String)
Create a temp file provider plugin with the default priority int.MaxValue / 2
Declaration
public TempFileProviderAttribute(string name)
Parameters
Type | Name | Description |
---|---|---|
String | name | Name of provider |
TempFileProviderAttribute(String, Int32)
Create a temp file provider plugin with a specific priority. Lower values win.
Declaration
public TempFileProviderAttribute(string name, int priority)
Parameters
Type | Name | Description |
---|---|---|
String | name | Name of provider |
Int32 | priority | Priority value |
Implements
Extension Methods
EnumUtil.MapEnums<From, To>(From)