Class MDOProviderPluginAttribute
Attribute that marks a class as a Provider for MDO lists; a class using this attribute must also implement ISoListProvider.
Inheritance
SuperOffice.Factory.PluginAttribute
SuperOffice.Factory.PrioritizedPluginAttribute
MDOProviderPluginAttribute
Implements
Inherited Members
Namespace: SuperOffice.CRM.Lists
Assembly: SoDataBase.dll
Syntax
public class MDOProviderPluginAttribute : PrioritizedPluginAttribute, _Attribute
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, Int32)
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 |
Int32 | priority | Priority of plugin, lower absolute values will win over higher |
Implements
Extension Methods
EnumUtil.MapEnums<From, To>(From)