Class DynamicExtenderAttribute
Attribute used to mark an extender that can be part of a dot-syntax provider
Inherited Members
Namespace: SuperOffice.CRM.ArchiveLists
Assembly: SoDataBase.BusinessLogic.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, int)
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 |
| int | priority | Priority, lowest number wins; default is int.MaxValue / 2 |