Inheritance Hierarchy
Apptus.Util.XmlXmlTree
Namespace: Apptus.Util.Xml
Assembly: Apptus.Esales.ConnectorApi (in Apptus.Esales.ConnectorApi.dll) Version: 4.3.0
Syntax
C#
public class XmlTree
The XmlTree type exposes the following members.
Properties
| Name | Description | |
|---|---|---|
| Attributes | ||
| Characters | ||
| Children | ||
| Name | ||
| Parent | ||
| Path |
Methods
| Name | Description | |
|---|---|---|
| AddChild | ||
| Create | ||
| Equals | (Inherited from Object.) | |
| Finalize | (Inherited from Object.) | |
| FirstChild | ||
| GetHashCode | (Inherited from Object.) | |
| GetType | (Inherited from Object.) | |
| IndexOfChild(String) | ||
| IndexOfChild(String, Int32) | ||
| MemberwiseClone | (Inherited from Object.) | |
| Parse | ||
| RemoveAttribute | ||
| RemoveChild | ||
| SetAttribute | ||
| ToString | (Overrides ObjectToString.) | |
| WriteTo |
See Also