Click or drag to resize
ExpectationsOutcome Constructor

Namespace: FlexRule.Flows.Workflows.Managers.Tasks
Assembly: FlexRule.Flows.Workflow (in FlexRule.Flows.Workflow.dll) Version: 0.0.0.0 (0.0.0.0)
Syntax
C#
public Outcome(
	string name,
	string condition = null,
	string displayName = null,
	string description = null
)

Parameters

name
Type: SystemString
condition (Optional)
Type: SystemString
displayName (Optional)
Type: SystemString
description (Optional)
Type: SystemString
See Also