WorkflowHelpers.DeserializeProcessParameters 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 | |
---|---|---|
DeserializeProcessParameters(String) | Creates and returns an Activity object by deserializing the data in the specified XAML string. | |
DeserializeProcessParameters(String, IList<ProcessParameterError>%) | Deserializes the parameter values from a XAML serialized dictionary. Parameters of unknown types and non-existent members are ignored when you load the dictionary and specific errors are populated into the errors collection. |
Top