ExtensionMethods Class

Scanjour Workflow4 Reference Manual
Extension methods for enumeration value conversion.
Inheritance Hierarchy

SystemObject
  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

public static class ExtensionMethods

The ExtensionMethods type exposes the following members.

Methods

  NameDescription
Public methodStatic memberToImportance
Convert a string to an Importance value. Casing will be ignored
Public methodStatic memberToListT
Convert an Array to a Generic List of type T
Public methodStatic memberToTaskError
Convert a string to a TaskType value. Casing will be ignored
Public methodStatic memberToTaskSchedule
Convert a string to a TaskType value. Casing will be ignored
Public methodStatic memberToTaskState
Convert a string to a TaskState value. Casing will be ignored
Public methodStatic memberToText(Importance)
Convert an Importance value to an uppercase string
Public methodStatic memberToText(TaskError)
Convert a TaskType value to an uppercase string
Public methodStatic memberToText(TaskSchedule)
Convert a TaskSchedule value to an uppercase string
Public methodStatic memberToText(TaskState)
Convert a TaskState value to an uppercase string
Top
See Also

Reference