Click or drag to resize

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.
Inheritance Hierarchy
SystemObject
  Scanjour.Workflow4.BaseWorkflowType

Namespace: Scanjour.Workflow4.Base
Assembly: Scanjour.Workflow4.Base (in Scanjour.Workflow4.Base.dll) Version: 24.5.0.0 (24.5.0.0)
Syntax
public class WorkflowType : IEquatable<WorkflowType>

The WorkflowType type exposes the following members.

Constructors
 NameDescription
Public methodWorkflowType Initializes a new instance of the WorkflowType class.
Top
Properties
 NameDescription
Public propertyTypeName The type name of the workflow.
Public propertyVersion The version of the workflow
Top
Methods
 NameDescription
Public methodEquals(Object)Determines whether the specified object is equal to the current object.
(Inherited from Object)
Public methodEquals(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.
Protected methodFinalizeAllows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object)
Public methodGetHashCode Serves as a hash function for WorkflowType
(Overrides ObjectGetHashCode)
Public methodGetTypeGets the Type of the current instance.
(Inherited from Object)
Protected methodMemberwiseCloneCreates a shallow copy of the current Object.
(Inherited from Object)
Public methodToString Returns a string representation of the WorkflowType.
(Overrides ObjectToString)
Top
Extension Methods
See Also