WorkflowType Class

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.

Definition

Namespace: Scanjour.Workflow4.Base
Assembly: Scanjour.Workflow4.Base (in Scanjour.Workflow4.Base.dll) Version: 24.4.0.0 (24.4.0.0)
C#
public class WorkflowType : IEquatable<WorkflowType>
Inheritance
Object    WorkflowType
Implements
IEquatableWorkflowType

Constructors

WorkflowType Initializes a new instance of the WorkflowType class.

Properties

TypeName The type name of the workflow.
Version The version of the workflow

Methods

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.
FinalizeAllows 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)
GetTypeGets the Type of the current instance.
(Inherited from Object)
MemberwiseCloneCreates a shallow copy of the current Object.
(Inherited from Object)
ToString Returns a string representation of the WorkflowType.
(Overrides ObjectToString)

Extension Methods

See Also