C# Class MonoDevelop.VersionControl.CheckoutWorker

Inheritance: MonoDevelop.VersionControl.VersionControlTask
Show file Open project: LogosBible/monodevelop Class Usage Examples

Public Methods

Method Description
CheckoutWorker ( Repository vc, string path ) : MonoDevelop.Components.Commands

Protected Methods

Method Description
CreateProgressMonitor ( ) : IProgressMonitor
GetDescription ( ) : string
Run ( ) : void

Method Details

CheckoutWorker() public method

public CheckoutWorker ( Repository vc, string path ) : MonoDevelop.Components.Commands
vc Repository
path string
return MonoDevelop.Components.Commands

CreateProgressMonitor() protected method

protected CreateProgressMonitor ( ) : IProgressMonitor
return IProgressMonitor

GetDescription() protected method

protected GetDescription ( ) : string
return string

Run() protected method

protected Run ( ) : void
return void