C# 클래스 Gammtek.Conduit.Paths.PathHelpers.AbsolutePathBase

상속: PathBase, IAbsolutePath
파일 보기 프로젝트 열기: ME3Explorer/ME3Explorer

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