A WorkflowType consists of a name and a version. The version can be null in which case is meant the newest available version with the given name.
Inheritance Hierarchy
Scanjour.Workflow4.BaseWorkflowType
Namespace: Scanjour.Workflow4.Base
Assembly: Scanjour.Workflow4.Base (in Scanjour.Workflow4.Base.dll) Version: 23.3.0.0 (23.3.0.0)
Syntax
The WorkflowType type exposes the following members.
Constructors
Name | Description | |
---|---|---|
WorkflowType |
Initializes a new instance of the WorkflowType class.
|
Properties
Name | Description | |
---|---|---|
TypeName |
The type name of the workflow.
| |
Version |
The version of the workflow
|
Methods
Name | Description | |
---|---|---|
Equals(Object) | Determines whether the specified object is equal to the current object. (Inherited from Object.) | |
Equals(WorkflowType) |
Tests whether the WorkflowType instance equals another WorkflowType instance. Two WorkflowType objects
are equal if their TypeName values are equal and if either their Version values equal or at least one
of the objects have a null Version.
| |
Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) | |
GetHashCode |
Serves as a hash function for WorkflowType
(Overrides ObjectGetHashCode.) | |
GetType | Gets the Type of the current instance. (Inherited from Object.) | |
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
ToString |
Returns a string representation of the WorkflowType.
(Overrides ObjectToString.) |
Extension Methods
Name | Description | |
---|---|---|
FormatFromDictionary | (Defined by DictionaryExtensions.) | |
GetFirstValue | (Defined by DictionaryExtensions.) |
See Also