DispatcherTypeParameter Constructor

Scanjour Workflow4 Reference Manual
Creates an instance of this entity class with initial and immutable data fields.

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 DispatcherTypeParameter(
	string name,
	DispatcherTypeParameterOccurrenceOption occurrence,
	string valueType,
	string initialValue,
	string description
)

Parameters

name
Type: SystemString
The name of the parameter (Unique within each dispatcher type).
occurrence
Type: Scanjour.Workflow4.Web.Services.EntitiesDispatcherTypeParameterOccurrenceOption
Whether the parameter is optional or required.
valueType
Type: SystemString
The parameter type according to requirement of Configurator integration.
initialValue
Type: SystemString
The value that shall be used (i.e. copied into Value) when a new dispatcher of this type is introduced.
description
Type: SystemString
Description of the parameter.
See Also

Reference