C# 클래스 BlackHole.Master.Model.CommandModel

상속: ViewModel
파일 보기 프로젝트 열기: hussein-aitlahcen/BlackHole

공개 메소드들

메소드 설명
UpdateProgression ( long current, long maximum ) : void

보호된 메소드들

메소드 설명
CommandModel ( long id, Slave slave, string headerText, string targetText ) : System

메소드 상세

CommandModel() 보호된 메소드

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

UpdateProgression() 공개 메소드

public UpdateProgression ( long current, long maximum ) : void
current long
maximum long
리턴 void