Click or drag to resize

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

[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: 24.5.0.0 (24.5.0.0)
Syntax
protected static WorkflowCreationData MakeData(
	string workflowType,
	IDictionary<string, Object> arguments,
	string titlePostfix = null,
	bool onRecord = false,
	string processId = null
)

Parameters

workflowType  String

[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  IDictionaryString, 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  String  (Optional)

[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  Boolean  (Optional)

[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  String  (Optional)

[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

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