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

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

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

Метод Описание
CanGetRelativePathFrom ( IAbsoluteDirectoryPath pivotDirectory ) : bool
CanGetRelativePathFrom ( IAbsoluteDirectoryPath pivotDirectory, string &failureMessage ) : bool
GetChildDirectoryPath ( string directoryName ) : IAbsoluteDirectoryPath
GetChildFilePath ( string fileName ) : IAbsoluteFilePath
GetRelativePathFrom ( IAbsoluteDirectoryPath path ) : IRelativePath
GetSisterDirectoryPath ( string directoryName ) : IAbsoluteDirectoryPath
GetSisterFilePath ( string fileName ) : IAbsoluteFilePath

Приватные методы

Метод Описание
AbsoluteDirectoryPath ( string path ) : System
IAbsoluteDirectoryPath ( IAbsoluteDirectoryPath pivotDirectory ) : IRelativeDirectoryPath
IDirectoryPath ( string directoryName ) : IDirectoryPath
IDirectoryPath ( string fileName ) : IFilePath

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

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

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

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

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

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

public GetChildDirectoryPath ( string directoryName ) : IAbsoluteDirectoryPath
directoryName string
Результат IAbsoluteDirectoryPath

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

public GetChildFilePath ( string fileName ) : IAbsoluteFilePath
fileName string
Результат IAbsoluteFilePath

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

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

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

public GetSisterDirectoryPath ( string directoryName ) : IAbsoluteDirectoryPath
directoryName string
Результат IAbsoluteDirectoryPath

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

public GetSisterFilePath ( string fileName ) : IAbsoluteFilePath
fileName string
Результат IAbsoluteFilePath