C# 클래스 NetBuild.Tfs.TfsClient

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

공개 메소드들

메소드 설명
GetAllItems ( string path ) : List
GetChildItems ( string path ) : List
GetLatestChangeset ( string path ) : ChangesetSummary
ReadFile ( string path ) : string
TfsClient ( string url ) : System

메소드 상세

GetAllItems() 공개 메소드

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

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