WorkflowHelpers.SerializeProcessParameters Method
Include Protected Members
Include Inherited Members
This member is overloaded. For complete information about this member, including syntax, usage, and examples, click a name in the overload list.
Overload List
Name | Description | |
---|---|---|
SerializeProcessParameters(IDictionary<String, Object>) | Serializes the specified process parameter and values into a XAML string. | |
SerializeProcessParameters(IDictionary<String, Object>, IEnumerable<String>) | Serializes the parameter values dictionary into XAML (adding raw xml for incorrect parameters to preserve their values) |
Top