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

Inheritance: PathBase, IRelativePath
Afficher le fichier Open project: ME3Explorer/ME3Explorer

Private Properties

Свойство Type Description

Méthodes publiques

Méthode Description
CanGetAbsolutePathFrom ( IAbsoluteDirectoryPath path ) : bool
CanGetAbsolutePathFrom ( IAbsoluteDirectoryPath path, string &failureMessage ) : bool
GetAbsolutePathFrom ( IAbsoluteDirectoryPath path ) : IAbsolutePath

Méthodes protégées

Méthode Description
RelativePathBase ( string path )

Method Details

CanGetAbsolutePathFrom() public méthode

public CanGetAbsolutePathFrom ( IAbsoluteDirectoryPath path ) : bool
path IAbsoluteDirectoryPath
Résultat bool

CanGetAbsolutePathFrom() public méthode

public CanGetAbsolutePathFrom ( IAbsoluteDirectoryPath path, string &failureMessage ) : bool
path IAbsoluteDirectoryPath
failureMessage string
Résultat bool

GetAbsolutePathFrom() public abstract méthode

public abstract GetAbsolutePathFrom ( IAbsoluteDirectoryPath path ) : IAbsolutePath
path IAbsoluteDirectoryPath
Résultat IAbsolutePath

RelativePathBase() protected méthode

protected RelativePathBase ( string path )
path string