Class NextMilestonePluginAttribute
Inheritance
SuperOffice.Factory.PluginAttribute
SuperOffice.Factory.PrioritizedPluginAttribute
NextMilestonePluginAttribute
Implements
Inherited Members
Namespace: SuperOffice.CRM
Assembly: SoCore.dll
Syntax
public class NextMilestonePluginAttribute : PrioritizedPluginAttribute, _Attribute
Constructors
NextMilestonePluginAttribute(String)
This class implements the next due date algorithm
Declaration
public NextMilestonePluginAttribute(string name)
Parameters
Type | Name | Description |
---|---|---|
String | name | Name of the implementation |
NextMilestonePluginAttribute(String, Int32)
This class implements the next due date algorithm, with an explicit priority
Declaration
public NextMilestonePluginAttribute(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 |
Implements
Extension Methods
EnumUtil.MapEnums<From, To>(From)