DynamicValue Methods
Assembly: Microsoft.Activities (in Microsoft.Activities.dll)
| Name | Description | |
|---|---|---|
![]() | Add(DynamicValue) | Adds a DynamicValue as a child item. |
![]() | Add(KeyValuePair<String, DynamicValue>) | Adds a DynamicValue as a child item. |
![]() | Add(String, DynamicValue) | Adds a DynamicValue with specific key and value. |
![]() | Clear() | Clears the DynamicValue. |
![]() | Contains(DynamicValue) | Determines whether the DynamicValue contains a target item. |
![]() | Contains(KeyValuePair<String, DynamicValue>) | Determines whether the DynamicValue contains a target item. |
![]() | ContainsKey(String) | Specifies whether the DynamicValue contains a specific key. |
![]() | CopyTo(DynamicValue[], Int32) | Copies the DynamicValue into an array. |
![]() | CopyTo(KeyValuePair<String, DynamicValue>[], Int32) | Copies the DynamicValue into an array. |
![]() | Equals(Object) | Specifies whether the DynamicValue object is the same as another object.(Overrides Object.Equals(Object).) |
![]() | GetEnumerator() | Gets an enumerator that iterates through the DynamicValue. |
![]() | GetHashCode() | Gets the hash code associated with DynamicValue.(Overrides Object.GetHashCode().) |
![]() | GetType() | (Inherited from Object.) |
![]() ![]() | Parse(String) | Parses the string into a DynamicValue. |
![]() | Remove(DynamicValue) | Removes an item from a DynamicValue. |
![]() | Remove(KeyValuePair<String, DynamicValue>) | Removes an item from a DynamicValue. |
![]() | Remove(String) | Removes an item from a DynamicValue using the specified key. |
![]() | ToString() | Returns a string representation of the DynamicValue.(Overrides Object.ToString().) |
![]() | TryGetValue(String, DynamicValue) | Gets the value associated with the specified key. |
| Name | Description | |
|---|---|---|
![]() ![]() | IEnumerable<KeyValuePair<String, DynamicValue>>.GetEnumerator() | |
![]() ![]() | IEnumerable.GetEnumerator() | Gets an enumerator that iterates through the DynamicValue. |



