C# Class NDepend.Path.PathHelpers.PathBase

Inheritance: IPath
Show file Open project: psmacchia/NDepend.Path

Protected Properties

Property Type Description
m_PathString string

Public Methods

Method Description
Equals ( object obj ) : bool
GetHashCode ( ) : int
IsChildOf ( IDirectoryPath parentDirectory ) : bool
NotEquals ( object obj ) : bool
ToString ( ) : string

Protected Methods

Method Description
PathBase ( string pathString ) : System

Private Methods

Method Description
PrivateEquals ( IPath path ) : bool

Method Details

Equals() public method

public Equals ( object obj ) : bool
obj object
return bool

GetHashCode() public method

public GetHashCode ( ) : int
return int

IsChildOf() public method

public IsChildOf ( IDirectoryPath parentDirectory ) : bool
parentDirectory IDirectoryPath
return bool

NotEquals() public method

public NotEquals ( object obj ) : bool
obj object
return bool

PathBase() protected method

protected PathBase ( string pathString ) : System
pathString string
return System

ToString() public method

public ToString ( ) : string
return string

Property Details

m_PathString protected property

protected string m_PathString
return string