C# Class Versionr.Commands.Record

Inheritance: FileCommand
Datei anzeigen Open project: eatplayhate/versionr Class Usage Examples

Protected Methods

Method Description
ComputeTargets ( FileBaseCommandVerbOptions options ) : bool
RecordFeedback ( Versionr entry, StatusCode code, bool auto ) : void
RunInternal ( Area ws, Versionr status, IList targets, FileBaseCommandVerbOptions options ) : bool

Method Details

ComputeTargets() protected method

protected ComputeTargets ( FileBaseCommandVerbOptions options ) : bool
options FileBaseCommandVerbOptions
return bool

RecordFeedback() protected method

protected RecordFeedback ( Versionr entry, StatusCode code, bool auto ) : void
entry Versionr
code StatusCode
auto bool
return void

RunInternal() protected method

protected RunInternal ( Area ws, Versionr status, IList targets, FileBaseCommandVerbOptions options ) : bool
ws Area
status Versionr
targets IList
options FileBaseCommandVerbOptions
return bool