Class MDOProviderPluginAttribute
Attribute that marks a class as a Provider for MDO lists; a class using this attribute must also implement ISoListProvider.
Inherited Members
Namespace: SuperOffice.CRM.Lists
Assembly: SoDataBase.dll
Syntax
public class MDOProviderPluginAttribute : PrioritizedPluginAttribute
Constructors
MDOProviderPluginAttribute(string)
This class handles one list, known at compile time
Declaration
public MDOProviderPluginAttribute(string name)
Parameters
Type | Name | Description |
---|---|---|
string | name | name of list that is handled |
MDOProviderPluginAttribute(string, int)
This class handles one list, known at compile time, with an explicit priority
Declaration
public MDOProviderPluginAttribute(string name, int priority)
Parameters
Type | Name | Description |
---|---|---|
string | name | name of list that is handled |
int | priority | Priority of plugin, lower absolute values will win over higher |