Class ArchiveControlEventHandlerAttribute
This attribute marks an event handler for operations on custom archive rows - see IArchiveRowEventHandler, which is the interface that event handlers need to implement
Inheritance
ArchiveControlEventHandlerAttribute
Inherited Members
Namespace: SuperOffice.CRM.ArchiveLists
Assembly: SoDataBase.dll
Syntax
public class ArchiveControlEventHandlerAttribute : PrioritizedPluginAttribute
Constructors
ArchiveControlEventHandlerAttribute(string)
Mark an implementation of an IArchiveRowEventHandler with the default priority
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, int)
Mark an implementation of an IArchiveRowEventHandler with the default priority
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 |
int | priority | Priority, numerically lower values win; default priority is int.MaxValue/2 |