Workflow Engine .NET

Assembly: OptimaJet.Workflow.Core

Class ParameterDefinitionReference

OptimaJet.Workflow.Core.Model.ParameterDefinitionReference

Represents a named reference on a parameter in a process scheme

public class ParameterDefinitionReference

Inheritance

  • System.Object

Properties

Name
Type
Name #
String
Name of the reference
IsRequired #
Boolean
Indicates that the parameter is required
DefaultValue #
String
JSON serialized default value or string
Parameter #
ParameterDefinition
Parameter definition
Comment #
String
Comment

Methods

public ParameterDefinitionReference Clone() #

Returns

Type
Description
ParameterDefinitionReference