Свойство | Тип | Описание |
---|
Метод | Описание | |
---|---|---|
CanGetRelativePathFrom ( IAbsoluteDirectoryPath pivotDirectory ) : bool | ||
CanGetRelativePathFrom ( IAbsoluteDirectoryPath pivotDirectory, string &failureMessage ) : bool | ||
GetRelativePathFrom ( IAbsoluteDirectoryPath pivotDirectory ) : IRelativePath | ||
OnSameVolumeThan ( IAbsolutePath otherAbsolutePath ) : bool |
Метод | Описание | |
---|---|---|
AbsolutePathBase ( string path ) : System |
protected AbsolutePathBase ( string path ) : System | ||
path | string | |
Результат | System |
public abstract CanGetRelativePathFrom ( IAbsoluteDirectoryPath pivotDirectory ) : bool | ||
pivotDirectory | IAbsoluteDirectoryPath | |
Результат | bool |
public abstract CanGetRelativePathFrom ( IAbsoluteDirectoryPath pivotDirectory, string &failureMessage ) : bool | ||
pivotDirectory | IAbsoluteDirectoryPath | |
failureMessage | string | |
Результат | bool |
public abstract GetRelativePathFrom ( IAbsoluteDirectoryPath pivotDirectory ) : IRelativePath | ||
pivotDirectory | IAbsoluteDirectoryPath | |
Результат | IRelativePath |
public OnSameVolumeThan ( IAbsolutePath otherAbsolutePath ) : bool | ||
otherAbsolutePath | IAbsolutePath | |
Результат | bool |