C# Class BlackHole.Master.Model.CommandModel

Inheritance: ViewModel
Afficher le fichier Open project: hussein-aitlahcen/BlackHole

Méthodes publiques

Méthode Description
UpdateProgression ( long current, long maximum ) : void

Méthodes protégées

Méthode Description
CommandModel ( long id, Slave slave, string headerText, string targetText ) : System

Method Details

CommandModel() protected méthode

protected CommandModel ( long id, Slave slave, string headerText, string targetText ) : System
id long
slave Slave
headerText string
targetText string
Résultat System

UpdateProgression() public méthode

public UpdateProgression ( long current, long maximum ) : void
current long
maximum long
Résultat void