Class UserPluginAttribute
Attribute declaring a plugin implementing the IUserPlugin interface to provide default values for users.
Inherited Members
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, int)
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 |
int | priority | The priority, lowest comes first and supersedes higher values
with the same name. Default value is Int32.MaxValue / 2. |