C# Class BlackHole.Master.Model.CommandModel

Inheritance: ViewModel
Show file Open project: hussein-aitlahcen/BlackHole

Public Methods

Method Description
UpdateProgression ( long current, long maximum ) : void

Protected Methods

Method Description
CommandModel ( long id, Slave slave, string headerText, string targetText ) : System

Method Details

CommandModel() protected method

protected CommandModel ( long id, Slave slave, string headerText, string targetText ) : System
id long
slave Slave
headerText string
targetText string
return System

UpdateProgression() public method

public UpdateProgression ( long current, long maximum ) : void
current long
maximum long
return void