Show / Hide Table of Contents

Class MDOProviderPluginAttribute

Attribute that marks a class as a Provider for MDO lists; a class using this attribute must also implement ISoListProvider.

Inheritance
Object
PluginAttribute
PrioritizedPluginAttribute
MDOProviderPluginAttribute
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, 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

Extension Methods

EnumUtil.MapEnums<From, To>(From)
Converters.MapEnums<From, To>(From)
© SuperOffice. All rights reserved.
SuperOffice |  Community |  Release Notes |  Privacy |  Site feedback |  Search Docs |  About Docs |  Contribute |  Back to top