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

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

Private Properties

Свойство Type Description

Méthodes publiques

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

Méthodes protégées

Méthode Description
AbsolutePathBase ( string path ) : System

Method Details

AbsolutePathBase() protected méthode

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

CanGetRelativePathFrom() public abstract méthode

public abstract CanGetRelativePathFrom ( IAbsoluteDirectoryPath pivotDirectory ) : bool
pivotDirectory IAbsoluteDirectoryPath
Résultat bool

CanGetRelativePathFrom() public abstract méthode

public abstract CanGetRelativePathFrom ( IAbsoluteDirectoryPath pivotDirectory, string &failureMessage ) : bool
pivotDirectory IAbsoluteDirectoryPath
failureMessage string
Résultat bool

GetRelativePathFrom() public abstract méthode

public abstract GetRelativePathFrom ( IAbsoluteDirectoryPath pivotDirectory ) : IRelativePath
pivotDirectory IAbsoluteDirectoryPath
Résultat IRelativePath

OnSameVolumeThan() public méthode

public OnSameVolumeThan ( IAbsolutePath otherAbsolutePath ) : bool
otherAbsolutePath IAbsolutePath
Résultat bool