C# Class Gammtek.Conduit.Paths.PathHelpers.PathBase

Inheritance: IPath
Afficher le fichier Open project: ME3Explorer/ME3Explorer

Protected Properties

Свойство Type Description
CurrentPath string

Méthodes publiques

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

Méthodes protégées

Méthode Description
PathBase ( string path ) : System

Private Methods

Méthode Description
PrivateEquals ( IPath path ) : bool

Method Details

Equals() public méthode

public Equals ( object obj ) : bool
obj object
Résultat bool

GetHashCode() public méthode

public GetHashCode ( ) : int
Résultat int

IsChildOf() public méthode

public IsChildOf ( IDirectoryPath parentDirectory ) : bool
parentDirectory IDirectoryPath
Résultat bool

NotEquals() public méthode

public NotEquals ( object obj ) : bool
obj object
Résultat bool

PathBase() protected méthode

protected PathBase ( string path ) : System
path string
Résultat System

ToString() public méthode

public ToString ( ) : string
Résultat string

Property Details

CurrentPath protected_oe property

protected string CurrentPath
Résultat string