Click or drag to resize

DispatcherType Class

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: 24.5.0.0 (24.5.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 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 Returns the hash code for this DispatcherType.
(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 methodToStringReturns a string that represents the current object.
(Inherited from Object)
Top
Operators
 NameDescription
Public operatorStatic memberEquality(DispatcherType, DispatcherType) Compares two DispatcherType using the Equals(Object)-method.
Public operatorStatic memberInequality(DispatcherType, DispatcherType) Compares two DispatcherType using the Equals(Object)-method.
Top
Extension Methods
See Also