C# 클래스 MadCow.Repository

파일 보기 프로젝트 열기: OverlordCW/MadCow 1 사용 예제들

Private Properties

프로퍼티 타입 설명
Compile bool
Delete void
Download void
DownloadBackgroundWorker_DoWork void
GetCommitFile bool
GetRepositories List
Repository System
Unzip void
Update void
UpdateBackgroundWorker_ProgressChanged void
UpdateRevision void

공개 메소드들

메소드 설명
ToString ( ) : string

Returns a T:System.String that represents the current T:System.Object.

비공개 메소드들

메소드 설명
Compile ( ) : bool
Delete ( bool completeDeletion ) : void
Download ( ) : void
DownloadBackgroundWorker_DoWork ( object sender, DoWorkEventArgs e ) : void
GetCommitFile ( ) : bool
GetRepositories ( ) : List
Repository ( Uri url, string branch = "master" ) : System
Unzip ( ) : void
Update ( ) : void
UpdateBackgroundWorker_ProgressChanged ( object sender, ProgressChangedEventArgs e ) : void
UpdateRevision ( ) : void

메소드 상세

ToString() 공개 메소드

Returns a T:System.String that represents the current T:System.Object.
public ToString ( ) : string
리턴 string