C# Class MadCow.Repository

Exibir arquivo Open project: OverlordCW/MadCow Class Usage Examples

Private Properties

Property Type Description
Compile bool
Delete void
Download void
DownloadBackgroundWorker_DoWork void
GetCommitFile bool
GetRepositories List
Repository System
Unzip void
Update void
UpdateBackgroundWorker_ProgressChanged void
UpdateRevision void

Public Methods

Method Description
ToString ( ) : string

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

Private Methods

Method Description
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

Method Details

ToString() public method

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