Class CustomerServicePluginAttribute
Attribute that marks a class as a plugin for returning CS URLs and folders; a class using this attribute must also implement ICustomerServicePlugin.
Inheritance
SuperOffice.Factory.PluginAttribute
SuperOffice.Factory.PrioritizedPluginAttribute
CustomerServicePluginAttribute
Implements
Inherited Members
Namespace: SuperOffice.CRM
Assembly: SoDataBase.dll
Syntax
public class CustomerServicePluginAttribute : PrioritizedPluginAttribute, _Attribute
Constructors
CustomerServicePluginAttribute(String, Int32)
Declaration
public CustomerServicePluginAttribute(string name, int priority)
Parameters
Type | Name | Description |
---|---|---|
String | name | |
Int32 | priority |
Implements
Extension Methods
EnumUtil.MapEnums<From, To>(From)