Extension methods for enumeration value conversion.
Inheritance Hierarchy
Scanjour.Workflow4.BaseExtensionMethods
Namespace: Scanjour.Workflow4.Base
Assembly: Scanjour.Workflow4.Base (in Scanjour.Workflow4.Base.dll) Version: 19.1.6.0 (19.1.6.0)
Syntax
The ExtensionMethods type exposes the following members.
Methods
| Name | Description | |
|---|---|---|
| ToImportance |
Convert a string to an Importance value. Casing will be ignored
| |
| ToListT |
Convert an Array to a Generic List of type T
| |
| ToTaskError |
Convert a string to a TaskType value. Casing will be ignored
| |
| ToTaskSchedule |
Convert a string to a TaskType value. Casing will be ignored
| |
| ToTaskState |
Convert a string to a TaskState value. Casing will be ignored
| |
| ToText(Importance) |
Convert an Importance value to an uppercase string
| |
| ToText(TaskError) |
Convert a TaskType value to an uppercase string
| |
| ToText(TaskSchedule) |
Convert a TaskSchedule value to an uppercase string
| |
| ToText(TaskState) |
Convert a TaskState value to an uppercase string
|
See Also