Click or drag to resize

DispatcherTypeParameter Class

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: 24.5.0.0 (24.5.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 propertyDomain Domain of the parameter.
Public propertyFilter Filter 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 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 DispatcherTypeParameter.
(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(DispatcherTypeParameter, DispatcherTypeParameter) Compares two DispatcherTypeParameter using the Equals(Object)-method.
Public operatorStatic memberInequality(DispatcherTypeParameter, DispatcherTypeParameter) Compares two DispatcherTypeParameter using the Equals(Object)-method.
Top
Extension Methods
See Also