DispatcherType Class

Scanjour Workflow4 Reference Manual
Describes the main information of a dispatcher type. A dispatcher type is a dispatcher instance coded and provided by to WZP.
Inheritance Hierarchy

SystemObject
  Scanjour.Workflow4.Web.Services.EntitiesDispatcherType

Namespace:  Scanjour.Workflow4.Web.Services.Entities
Assembly:  Scanjour.Workflow4.Web.Services (in Scanjour.Workflow4.Web.Services.dll) Version: 23.1.0.0 (23.1.0.0)
Syntax

public class DispatcherType

The DispatcherType type exposes the following members.

Constructors

  NameDescription
Public methodDispatcherType
Creates an instance of the entity object with the contained values.
Top
Properties

  NameDescription
Public propertyGuid
The GUID uniquely identifies the dispatcher type.
Public propertyName
The name of the dispatcher. This is to make a readable identification of the dispatcher type.
Public propertyVersion
The version of the dispatcher type. Each dispatcher identified by a GUID can exist in multiple versions.
Top
Methods

  NameDescription
Public methodEquals
Determines whether this instance and a specified object, which must also be a DispatcherType object (or a descendant), have the same value.
(Overrides ObjectEquals(Object).)
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetHashCode
Returns the hash code for this DispatcherType.
(Overrides ObjectGetHashCode.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
Operators

  NameDescription
Public operatorStatic memberEquality
Compares two DispatcherType using the Equals(Object)-method.
Public operatorStatic memberInequality
Compares two DispatcherType using the Equals(Object)-method.
Top
See Also

Reference