Class UserPluginAttribute
Attribute declaring a plugin implementing the IUserPlugin interface to provide default values for users.
Namespace: SuperOffice.CRM.Administration
Assembly: SoDataBase.dll
Syntax
public sealed class UserPluginAttribute : PrioritizedPluginAttribute
Constructors
UserPluginAttribute(String)
Default constructor for a UserName plugin implementing interface IUserPlugin.
Declaration
public UserPluginAttribute(string name)
Parameters
Type | Name | Description |
---|---|---|
String | name | Name of the plugin |
UserPluginAttribute(String, Int32)
Default constructor for a UserName plugin implementing interface IUserPlugin.
Declaration
public UserPluginAttribute(string name, int priority)
Parameters
Type | Name | Description |
---|---|---|
String | name | Name of the plugin |
Int32 | priority | The priority, lowest comes first and supersedes higher values
with the same name. Default value is Int32.MaxValue / 2. |
Extension Methods
EnumUtil.MapEnums<From, To>(From)