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

Inheritance: PathBase, IRelativePath
Datei anzeigen Open project: ME3Explorer/ME3Explorer

Private Properties

Property Type Description

Public Methods

Method Description
CanGetAbsolutePathFrom ( IAbsoluteDirectoryPath path ) : bool
CanGetAbsolutePathFrom ( IAbsoluteDirectoryPath path, string &failureMessage ) : bool
GetAbsolutePathFrom ( IAbsoluteDirectoryPath path ) : IAbsolutePath

Protected Methods

Method Description
RelativePathBase ( string path )

Method Details

CanGetAbsolutePathFrom() public method

public CanGetAbsolutePathFrom ( IAbsoluteDirectoryPath path ) : bool
path IAbsoluteDirectoryPath
return bool

CanGetAbsolutePathFrom() public method

public CanGetAbsolutePathFrom ( IAbsoluteDirectoryPath path, string &failureMessage ) : bool
path IAbsoluteDirectoryPath
failureMessage string
return bool

GetAbsolutePathFrom() public abstract method

public abstract GetAbsolutePathFrom ( IAbsoluteDirectoryPath path ) : IAbsolutePath
path IAbsoluteDirectoryPath
return IAbsolutePath

RelativePathBase() protected method

protected RelativePathBase ( string path )
path string