C# Класс Gammtek.Conduit.Paths.PathHelpers.AbsolutePathBase

Наследование: PathBase, IAbsolutePath
Показать файл Открыть проект

Private Properties

Свойство Тип Описание

Открытые методы

Метод Описание
CanGetRelativePathFrom ( IAbsoluteDirectoryPath pivotDirectory ) : bool
CanGetRelativePathFrom ( IAbsoluteDirectoryPath pivotDirectory, string &failureMessage ) : bool
GetRelativePathFrom ( IAbsoluteDirectoryPath pivotDirectory ) : IRelativePath
OnSameVolumeThan ( IAbsolutePath otherAbsolutePath ) : bool

Защищенные методы

Метод Описание
AbsolutePathBase ( string path ) : System

Описание методов

AbsolutePathBase() защищенный Метод

protected AbsolutePathBase ( string path ) : System
path string
Результат System

CanGetRelativePathFrom() публичный абстрактный Метод

public abstract CanGetRelativePathFrom ( IAbsoluteDirectoryPath pivotDirectory ) : bool
pivotDirectory IAbsoluteDirectoryPath
Результат bool

CanGetRelativePathFrom() публичный абстрактный Метод

public abstract CanGetRelativePathFrom ( IAbsoluteDirectoryPath pivotDirectory, string &failureMessage ) : bool
pivotDirectory IAbsoluteDirectoryPath
failureMessage string
Результат bool

GetRelativePathFrom() публичный абстрактный Метод

public abstract GetRelativePathFrom ( IAbsoluteDirectoryPath pivotDirectory ) : IRelativePath
pivotDirectory IAbsoluteDirectoryPath
Результат IRelativePath

OnSameVolumeThan() публичный Метод

public OnSameVolumeThan ( IAbsolutePath otherAbsolutePath ) : bool
otherAbsolutePath IAbsolutePath
Результат bool