The definition of a parameter for a dispatcher type.
Inheritance Hierarchy
Scanjour.Workflow4.Web.Services.EntitiesDispatcherTypeParameter
Namespace: Scanjour.Workflow4.Web.Services.Entities
Assembly: Scanjour.Workflow4.Web.Services (in Scanjour.Workflow4.Web.Services.dll) Version: 19.1.6.0 (19.1.6.0)
Syntax
The DispatcherTypeParameter type exposes the following members.
Constructors
| Name | Description | |
|---|---|---|
| DispatcherTypeParameter |
Creates an instance of this entity class with initial and immutable data fields.
|
Properties
| Name | Description | |
|---|---|---|
| Description |
Description of the parameter.
| |
| InitialValue |
The value that shall be used (i.e. copied into Value) when a new dispatcher of this type is introduced.
| |
| Name |
The name of the parameter (Unique within each dispatcher type).
| |
| Occurrence |
Whether the parameter is optional or required.
| |
| ValueType |
The parameter type according to requirement of Configurator integration.
|
Methods
| Name | Description | |
|---|---|---|
| Equals |
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).) | |
| Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) | |
| GetHashCode |
Returns the hash code for this DispatcherTypeParameter.
(Overrides ObjectGetHashCode.) | |
| GetType | Gets the Type of the current instance. (Inherited from Object.) | |
| MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
| ToString | Returns a string that represents the current object. (Inherited from Object.) |
Operators
| Name | Description | |
|---|---|---|
| Equality |
Compares two DispatcherTypeParameter using the Equals(Object)-method.
| |
| Inequality |
Compares two DispatcherTypeParameter using the Equals(Object)-method.
|
See Also