ParseDynamicValue Class
Represents an activity to parse a JSON string into a DynamicValue.
Assembly: Microsoft.Activities (in Microsoft.Activities.dll)
System.Activities.Activity
System.Activities.ActivityWithResult
System.Activities.Activity(Of TResult)
System.Activities.CodeActivity(Of TResult)
Microsoft.Activities.ParseDynamicValue
| Name | Description | |
|---|---|---|
![]() | ParseDynamicValue() | Initializes a new instance of the ParseDynamicValue class with default values. |
![]() | ParseDynamicValue(InArgument(Of String)) | Initializes a new instance of the ParseDynamicValue class with JSON string. |
| Name | Description | |
|---|---|---|
![]() | CacheId | (Inherited from Activity.) |
![]() | Constraints | (Inherited from Activity.) |
![]() | DisplayName | (Inherited from Activity.) |
![]() | Id | (Inherited from Activity.) |
![]() | Implementation | (Inherited from CodeActivity(Of TResult).) |
![]() | ImplementationVersion | (Inherited from CodeActivity(Of TResult).) |
![]() | Json | Gets or sets the JSON string to parse. |
![]() | Result | (Inherited from Activity(Of TResult).) |
![]() | ResultType | (Inherited from ActivityWithResult.) |
| Name | Description | |
|---|---|---|
![]() | CacheMetadata(ActivityMetadata) | (Inherited from CodeActivity(Of TResult).) |
![]() | CacheMetadata(CodeActivityMetadata) | Creates and validates a description of the activity arguments, variables, child activities, and activity delegates.(Overrides CodeActivity(Of TResult).CacheMetadata(CodeActivityMetadata).) |
![]() | Equals(Object) | (Inherited from Object.) |
![]() | Execute(CodeActivityContext) | Performs the execution of the activity.(Overrides CodeActivity(Of TResult).Execute(CodeActivityContext).) |
![]() | Finalize() | (Inherited from Object.) |
![]() | GetHashCode() | (Inherited from Object.) |
![]() | GetType() | (Inherited from Object.) |
![]() | MemberwiseClone() | (Inherited from Object.) |
![]() | OnCreateDynamicUpdateMap(UpdateMapMetadata, Activity) | (Inherited from CodeActivity(Of TResult).) |
![]() | ToString() | (Inherited from Activity.) |
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.



