Class ArchiveControlEventHandlerAttribute
This attribute marks an event handler for operations on custom archive rows - see
Inheritance
SuperOffice.Factory.PluginAttribute
SuperOffice.Factory.PrioritizedPluginAttribute
ArchiveControlEventHandlerAttribute
Implements
Inherited Members
Namespace: SuperOffice.CRM.ArchiveLists
Assembly: SoDataBase.dll
Syntax
public class ArchiveControlEventHandlerAttribute : PrioritizedPluginAttribute, _Attribute
Constructors
ArchiveControlEventHandlerAttribute(String)
Mark an implementation of an
Declaration
public ArchiveControlEventHandlerAttribute(string name)
Parameters
Type | Name | Description |
---|---|---|
String | name | Name of event handler, which should match the name of the archive provider that is used to populate the custom archive |
ArchiveControlEventHandlerAttribute(String, Int32)
Mark an implementation of an
Declaration
public ArchiveControlEventHandlerAttribute(string name, int priority)
Parameters
Type | Name | Description |
---|---|---|
String | name | Name of event handler, which should match the name of the archive provider that is used to populate the custom archive |
Int32 | priority | Priority, numerically lower values win; default priority is int.MaxValue/2 |
Implements
Extension Methods
EnumUtil.MapEnums<From, To>(From)