The following tables list the members exposed by DynamicXml.
Name | Description | |
---|---|---|
![]() | DynamicXml Constructor | Overloaded. |
Name | Description | |
---|---|---|
![]() | Item | Overloaded. The indexer for access to the specified attribute value of this XML document. Gets and sets string attribute value with the specified name. |
![]() | Value | Returns the value of the current XML element. |
Name | Description | |
---|---|---|
![]() | Add | Adds a new element with the specified name to the current xml document. |
![]() | GetEnumerator | Gets enumerator of the elements of the DynamicXml type for access to the elements of the current XML document. |
![]() | Save | Overloaded. |
![]() | ToString | Gets string presentation of the value of the current DynamicXml instance. |
![]() | TryGetMember | Overridden. Implementing the receive operation for the value of XML document with the specified name. |