Path ClassA Sandcastle Documented Class Library
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

SystemObject
  Apptus.Util.XmlPath

Namespace:  Apptus.Util.Xml
Assembly:  Apptus.Esales.ConnectorApi (in Apptus.Esales.ConnectorApi.dll) Version: 4.2.1
Syntax

C#
public class Path : IComparable<Path>

The Path type exposes the following members.

Constructors

  NameDescription
Public methodPath(Object)
Initializes a new instance of the Path class
Public methodPath(Path, Object)
Initializes a new instance of the Path class
Top
Properties

  NameDescription
Public propertyElement
Public propertyHasParent
Public propertyLength
Public propertyParent
Top
Methods

  NameDescription
Public methodCompareTo
Public methodEndsWith
Public methodEquals (Overrides ObjectEquals(Object).)
Protected methodFinalize (Inherited from Object.)
Public methodGetHashCode (Overrides ObjectGetHashCode.)
Public methodGetType (Inherited from Object.)
Protected methodMemberwiseClone (Inherited from Object.)
Public methodStatic memberParse
Creates a new Path
Public methodPrefix
Public methodStartsWith
Public methodSuffix
Public methodToString (Overrides ObjectToString.)
Public methodWriteTo
Top
See Also

Reference