Class NextDueDatePluginAttribute
Namespace: SuperOffice.CRM
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, Int32)
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 |
Int32 | priority | Priority of plugin, lower absolute values will win over higher |
Extension Methods
EnumUtil.MapEnums<From, To>(From)