C# 클래스 C24.ReVersion.ProjectPathHelper

파일 보기 프로젝트 열기: CHECK24/c24.ReVersion 1 사용 예제들

공개 메소드들

메소드 설명
ConsolidateProjectFilePath ( string projectFile ) : string
GetAssemblyInfoFileName ( string projectFile ) : string
GetVersionFileName ( string projectFile ) : string
ProjectPathHelper ( IFileSystem fileSystem ) : System
ResolveProjectRelativePath ( string projectFile, string projectRelativePath ) : string
TryRetrieveVersion ( string projectFile, System.Version &version ) : bool
ValidateProjectFilePath ( string projectFile ) : bool

비공개 메소드들

메소드 설명
EnsureTrailingBackslash ( string path ) : string

메소드 상세

ConsolidateProjectFilePath() 공개 메소드

public ConsolidateProjectFilePath ( string projectFile ) : string
projectFile string
리턴 string

GetAssemblyInfoFileName() 공개 메소드

public GetAssemblyInfoFileName ( string projectFile ) : string
projectFile string
리턴 string

GetVersionFileName() 공개 메소드

public GetVersionFileName ( string projectFile ) : string
projectFile string
리턴 string

ProjectPathHelper() 공개 메소드

public ProjectPathHelper ( IFileSystem fileSystem ) : System
fileSystem IFileSystem
리턴 System

ResolveProjectRelativePath() 공개 메소드

public ResolveProjectRelativePath ( string projectFile, string projectRelativePath ) : string
projectFile string
projectRelativePath string
리턴 string

TryRetrieveVersion() 공개 메소드

public TryRetrieveVersion ( string projectFile, System.Version &version ) : bool
projectFile string
version System.Version
리턴 bool

ValidateProjectFilePath() 공개 메소드

public ValidateProjectFilePath ( string projectFile ) : bool
projectFile string
리턴 bool