Click or drag to resize

DispatcherTypeParameter Constructor

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: 24.5.0.0 (24.5.0.0)
Syntax
public DispatcherTypeParameter(
	string name,
	DispatcherTypeParameterOccurrenceOption occurrence,
	string valueType,
	string initialValue,
	string description,
	string domain,
	string filter
)

Parameters

name  String
The name of the parameter (Unique within each dispatcher type).
occurrence  DispatcherTypeParameterOccurrenceOption
Whether the parameter is optional or required.
valueType  String
The parameter type according to requirement of Configurator integration.
initialValue  String
The value that shall be used (i.e. copied into Value) when a new dispatcher of this type is introduced.
description  String
Description of the parameter.
domain  String
Domain of the value for the parameter
filter  String
Filter used for the domain search
See Also