Class NextDueDatePluginAttribute
Inherited Members
Namespace: SuperOfficeCRM
Assembly: SoCore.dll
Syntax
public class NextDueDatePluginAttribute : PrioritizedPluginAttribute
Constructors
NextDueDatePluginAttribute(string)
This class implements the next due date algorithm
Declaration
public NextDueDatePluginAttribute(string name)
Parameters
| Type | Name | Description |
|---|---|---|
| string | name | Name of the implementation |
NextDueDatePluginAttribute(string, int)
This class implements the next due date algorithm, with an explicit priority
Declaration
public NextDueDatePluginAttribute(string name, int priority)
Parameters
| Type | Name | Description |
|---|---|---|
| string | name | Name of the implementation |
| int | priority | Priority of plugin, lower absolute values will win over higher |