C# 클래스 CCNet.Build.Tfs.TfsClient

파일 보기 프로젝트 열기: shuruev/CCNet.Extensions 1 사용 예제들

공개 메소드들

메소드 설명
GetAllFileEncodings ( string path ) : int>.Dictionary
GetChildItems ( string path ) : List
GetLatestChangeset ( string path ) : ChangesetSummary
ReadFile ( string path ) : string
TfsClient ( string url ) : System

메소드 상세

GetAllFileEncodings() 공개 메소드

public GetAllFileEncodings ( string path ) : int>.Dictionary
path string
리턴 int>.Dictionary

GetChildItems() 공개 메소드

public GetChildItems ( string path ) : List
path string
리턴 List

GetLatestChangeset() 공개 메소드

public GetLatestChangeset ( string path ) : ChangesetSummary
path string
리턴 ChangesetSummary

ReadFile() 공개 메소드

public ReadFile ( string path ) : string
path string
리턴 string

TfsClient() 공개 메소드

public TfsClient ( string url ) : System
url string
리턴 System