DispatcherTypeParameter Class

Scanjour Workflow4 Reference Manual
The definition of a parameter for a dispatcher type.
Inheritance Hierarchy

SystemObject
  Scanjour.Workflow4.Web.Services.EntitiesDispatcherTypeParameter

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 DispatcherTypeParameter

The DispatcherTypeParameter type exposes the following members.

Constructors

  NameDescription
Public methodDispatcherTypeParameter
Creates an instance of this entity class with initial and immutable data fields.
Top
Properties

  NameDescription
Public propertyDescription
Description of the parameter.
Public propertyInitialValue
The value that shall be used (i.e. copied into Value) when a new dispatcher of this type is introduced.
Public propertyName
The name of the parameter (Unique within each dispatcher type).
Public propertyOccurrence
Whether the parameter is optional or required.
Public propertyValueType
The parameter type according to requirement of Configurator integration.
Top
Methods

  NameDescription
Public methodEquals
Determines whether this instance and a specified object, which must also be a DispatcherTypeParameter 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 DispatcherTypeParameter.
(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 DispatcherTypeParameter using the Equals(Object)-method.
Public operatorStatic memberInequality
Compares two DispatcherTypeParameter using the Equals(Object)-method.
Top
See Also

Reference