Class WildcardMDOProviderPluginAttribute
Lists that are constructed dynamically, using other lists as input. The base name of the list is defined in this attribute.
Inheritance
WildcardMDOProviderPluginAttribute
Inherited Members
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, int)
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 |
int | priority |