프로퍼티 | 타입 | 설명 |
---|
메소드 | 설명 | |
---|---|---|
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 |