Defines a path. The format is x1/x2/.../xN, where xi is an element that is passed
on the way from the root (x1) to the leaf (xN).
Inheritance Hierarchy
Apptus.Util.XmlPath
Namespace: Apptus.Util.Xml
Assembly: Apptus.Esales.ConnectorApi (in Apptus.Esales.ConnectorApi.dll) Version: 3.47.3
Syntax
C#
public class Path : IComparable<Path>
The Path type exposes the following members.
Constructors
Name | Description | |
---|---|---|
![]() | Path(Object) | Initializes a new instance of the Path class |
![]() | Path(Path, Object) | Initializes a new instance of the Path class |
Properties
Name | Description | |
---|---|---|
![]() | Element | |
![]() | HasParent | |
![]() | Length | |
![]() | Parent |
Methods
Name | Description | |
---|---|---|
![]() | CompareTo | |
![]() | EndsWith | |
![]() | Equals | (Overrides ObjectEquals(Object).) |
![]() | Finalize | (Inherited from Object.) |
![]() | GetHashCode | (Overrides ObjectGetHashCode.) |
![]() | GetType | (Inherited from Object.) |
![]() | MemberwiseClone | (Inherited from Object.) |
![]() ![]() | Parse |
Creates a new Path |
![]() | Prefix | |
![]() | StartsWith | |
![]() | Suffix | |
![]() | ToString | (Overrides ObjectToString.) |
![]() | WriteTo |
See Also