Class WildcardMDOProviderPluginAttribute
Lists that are constructed dynamically, using other lists as input. The base name of the list is defined in this attribute.
Namespace: SuperOffice.CRM.Lists
Assembly: SoDataBase.dll
Syntax
public class WildcardMDOProviderPluginAttribute : PrioritizedPluginAttribute
Constructors
WildcardMDOProviderPluginAttribute(String)
The plugin name base name will be ignored and the plugin must implement IDynamicMDOProvider. The provider will then be able to report a list of list names that it supports at creation time.
Declaration
public WildcardMDOProviderPluginAttribute(string name)
Parameters
Type | Name | Description |
---|---|---|
String | name | Base name, must be unique but is not taken as the actual name of a list |
WildcardMDOProviderPluginAttribute(String, Int32)
The plugin name base name will be ignored and the plugin must implement IDynamicMDOProvider. The provider will then be able to report a list of list names that it supports at creation time.
Declaration
public WildcardMDOProviderPluginAttribute(string name, int priority)
Parameters
Type | Name | Description |
---|---|---|
String | name | Base name, must be unique but is not taken as the actual name of a list |
Int32 | priority |
Extension Methods
EnumUtil.MapEnums<From, To>(From)