WorkflowTestBaseMakeData Method (String, IDictionaryString, Object, String, Boolean, String)

Scanjour Workflow4 Reference Manual

[Missing <summary> documentation for "M:Scanjour.Workflow4.TestFramework.WorkflowTestBase.MakeData(System.String,System.Collections.Generic.IDictionary{System.String,System.Object},System.String,System.Boolean,System.String)"]

Namespace:  Scanjour.Workflow4.TestFramework
Assembly:  Scanjour.Workflow4.TestFramework.Internal (in Scanjour.Workflow4.TestFramework.Internal.dll) Version: 23.1.0.0 (23.1.0.0)
Syntax

protected static WorkflowCreationData MakeData(
	string workflowType,
	IDictionary<string, Object> arguments,
	string titlePostfix = null,
	bool onRecord = false,
	string processId = null
)

Parameters

workflowType
Type: SystemString

[Missing <param name="workflowType"/> documentation for "M:Scanjour.Workflow4.TestFramework.WorkflowTestBase.MakeData(System.String,System.Collections.Generic.IDictionary{System.String,System.Object},System.String,System.Boolean,System.String)"]

arguments
Type: System.Collections.GenericIDictionaryString, Object

[Missing <param name="arguments"/> documentation for "M:Scanjour.Workflow4.TestFramework.WorkflowTestBase.MakeData(System.String,System.Collections.Generic.IDictionary{System.String,System.Object},System.String,System.Boolean,System.String)"]

titlePostfix (Optional)
Type: SystemString

[Missing <param name="titlePostfix"/> documentation for "M:Scanjour.Workflow4.TestFramework.WorkflowTestBase.MakeData(System.String,System.Collections.Generic.IDictionary{System.String,System.Object},System.String,System.Boolean,System.String)"]

onRecord (Optional)
Type: SystemBoolean

[Missing <param name="onRecord"/> documentation for "M:Scanjour.Workflow4.TestFramework.WorkflowTestBase.MakeData(System.String,System.Collections.Generic.IDictionary{System.String,System.Object},System.String,System.Boolean,System.String)"]

processId (Optional)
Type: SystemString

[Missing <param name="processId"/> documentation for "M:Scanjour.Workflow4.TestFramework.WorkflowTestBase.MakeData(System.String,System.Collections.Generic.IDictionary{System.String,System.Object},System.String,System.Boolean,System.String)"]

Return Value

Type: WorkflowCreationData

[Missing <returns> documentation for "M:Scanjour.Workflow4.TestFramework.WorkflowTestBase.MakeData(System.String,System.Collections.Generic.IDictionary{System.String,System.Object},System.String,System.Boolean,System.String)"]

See Also

Reference