| ExpectationsOutcome Constructor |
Namespace: FlexRule.Flows.Workflows.Managers.TasksAssembly: FlexRule.Flows.Workflow (in FlexRule.Flows.Workflow.dll) Version: 0.0.0.0 (0.0.0.0)
Syntaxpublic 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