Class DynamicExtenderAttribute
Attribute used to mark an extender that can be part of a dot-syntax provider
Inheritance
SuperOffice.Factory.PluginAttribute
SuperOffice.Factory.PrioritizedPluginAttribute
DynamicExtenderAttribute
Implements
Inherited Members
Namespace: SuperOffice.CRM.ArchiveLists
Assembly: SoDataBase.dll
Syntax
public class DynamicExtenderAttribute : PrioritizedPluginAttribute, _Attribute
Constructors
DynamicExtenderAttribute(String)
Mark an extender as handling a certain table, standard priority
Declaration
public DynamicExtenderAttribute(string handledTable)
Parameters
Type | Name | Description |
---|---|---|
String | handledTable | Name of table handled by this extender |
DynamicExtenderAttribute(String, Int32)
Mark an extender as handling a certain table, explicit priority
Declaration
public DynamicExtenderAttribute(string handledTable, int priority)
Parameters
Type | Name | Description |
---|---|---|
String | handledTable | Name of table handled by this extender |
Int32 | priority | Priority, lowest number wins; default is int.MaxValue / 2 |
Implements
Extension Methods
EnumUtil.MapEnums<From, To>(From)