Class DynamicExtenderAttribute
Attribute used to mark an extender that can be part of a dot-syntax provider
Namespace: SuperOffice.CRM.ArchiveLists
Assembly: SoDataBase.dll
Syntax
public class DynamicExtenderAttribute : PrioritizedPluginAttribute
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 |
Extension Methods
EnumUtil.MapEnums<From, To>(From)