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<TResult>
System.Activities.CodeActivity<TResult>
Microsoft.Activities.ParseDynamicValue
| Name | Description | |
|---|---|---|
![]() | ParseDynamicValue() | Initializes a new instance of the ParseDynamicValue class with default values. |
![]() | ParseDynamicValue(InArgument<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<TResult>.) |
![]() | ImplementationVersion | (Inherited from CodeActivity<TResult>.) |
![]() | Json | Gets or sets the JSON string to parse. |
![]() | Result | (Inherited from Activity<TResult>.) |
![]() | ResultType | (Inherited from ActivityWithResult.) |
| Name | Description | |
|---|---|---|
![]() | CacheMetadata(ActivityMetadata) | (Inherited from CodeActivity<TResult>.) |
![]() | CacheMetadata(CodeActivityMetadata) | Creates and validates a description of the activity arguments, variables, child activities, and activity delegates.(Overrides CodeActivity<TResult>.CacheMetadata(CodeActivityMetadata).) |
![]() | Equals(Object) | (Inherited from Object.) |
![]() | Execute(CodeActivityContext) | Performs the execution of the activity.(Overrides CodeActivity<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<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.
.jpeg?cs-save-lang=1&cs-lang=csharp)
.jpeg?cs-save-lang=1&cs-lang=csharp)
.jpeg?cs-save-lang=1&cs-lang=csharp)
.jpeg?cs-save-lang=1&cs-lang=csharp)