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

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

Private Properties

Property Type Description

Public Methods

Method Description
CanGetRelativePathFrom ( IAbsoluteDirectoryPath pivotDirectory ) : bool
CanGetRelativePathFrom ( IAbsoluteDirectoryPath pivotDirectory, string &failureMessage ) : bool
GetRelativePathFrom ( IAbsoluteDirectoryPath pivotDirectory ) : IRelativePath
OnSameVolumeThan ( IAbsolutePath otherAbsolutePath ) : bool

Protected Methods

Method Description
AbsolutePathBase ( string path ) : System

Method Details

AbsolutePathBase() protected method

protected AbsolutePathBase ( string path ) : System
path string
return System

CanGetRelativePathFrom() public abstract method

public abstract CanGetRelativePathFrom ( IAbsoluteDirectoryPath pivotDirectory ) : bool
pivotDirectory IAbsoluteDirectoryPath
return bool

CanGetRelativePathFrom() public abstract method

public abstract CanGetRelativePathFrom ( IAbsoluteDirectoryPath pivotDirectory, string &failureMessage ) : bool
pivotDirectory IAbsoluteDirectoryPath
failureMessage string
return bool

GetRelativePathFrom() public abstract method

public abstract GetRelativePathFrom ( IAbsoluteDirectoryPath pivotDirectory ) : IRelativePath
pivotDirectory IAbsoluteDirectoryPath
return IRelativePath

OnSameVolumeThan() public method

public OnSameVolumeThan ( IAbsolutePath otherAbsolutePath ) : bool
otherAbsolutePath IAbsolutePath
return bool