C# 클래스 MTMCL.Task.TaskListBar

TaskListBar.xaml 的互動邏輯
상속: System.Windows.Controls.Button, IDisposable
파일 보기 프로젝트 열기: cvronmin/metocraft 1 사용 예제들

공개 메소드들

메소드 설명
Dispose ( ) : void
TaskListBar ( ) : System
TaskListBar ( Thread task ) : System
countTime ( ) : TaskListBar
isFinished ( ) : bool
log ( string log ) : TaskListBar
needDetectAlive ( ) : bool
noticeFailed ( ) : void
noticeFinished ( ) : void
noticeNotFinish ( ) : void
setDetectAlive ( bool flag ) : TaskListBar
setSubProcess ( Process task ) : TaskListBar
setTask ( string name ) : TaskListBar
setTaskStatus ( string status ) : TaskListBar
setThread ( MTMCLThread task ) : TaskListBar
setThread ( Thread task ) : TaskListBar
stopCountTime ( ) : TaskListBar

보호된 메소드들

메소드 설명
Dispose ( bool disposing ) : void

비공개 메소드들

메소드 설명
UserControl_Loaded ( object sender, RoutedEventArgs e ) : void
noticeExisted ( ) : void
timer_Tick ( object sender, EventArgs e ) : void
toGoodString ( int i ) : string

메소드 상세

Dispose() 공개 메소드

public Dispose ( ) : void
리턴 void

Dispose() 보호된 메소드

protected Dispose ( bool disposing ) : void
disposing bool
리턴 void

TaskListBar() 공개 메소드

public TaskListBar ( ) : System
리턴 System

TaskListBar() 공개 메소드

public TaskListBar ( Thread task ) : System
task Thread
리턴 System

countTime() 공개 메소드

public countTime ( ) : TaskListBar
리턴 TaskListBar

isFinished() 공개 메소드

public isFinished ( ) : bool
리턴 bool

log() 공개 메소드

public log ( string log ) : TaskListBar
log string
리턴 TaskListBar

needDetectAlive() 공개 메소드

public needDetectAlive ( ) : bool
리턴 bool

noticeFailed() 공개 메소드

public noticeFailed ( ) : void
리턴 void

noticeFinished() 공개 메소드

public noticeFinished ( ) : void
리턴 void

noticeNotFinish() 공개 메소드

public noticeNotFinish ( ) : void
리턴 void

setDetectAlive() 공개 메소드

public setDetectAlive ( bool flag ) : TaskListBar
flag bool
리턴 TaskListBar

setSubProcess() 공개 메소드

public setSubProcess ( Process task ) : TaskListBar
task System.Diagnostics.Process
리턴 TaskListBar

setTask() 공개 메소드

public setTask ( string name ) : TaskListBar
name string
리턴 TaskListBar

setTaskStatus() 공개 메소드

public setTaskStatus ( string status ) : TaskListBar
status string
리턴 TaskListBar

setThread() 공개 메소드

public setThread ( MTMCLThread task ) : TaskListBar
task MTMCL.Threads.MTMCLThread
리턴 TaskListBar

setThread() 공개 메소드

public setThread ( Thread task ) : TaskListBar
task Thread
리턴 TaskListBar

stopCountTime() 공개 메소드

public stopCountTime ( ) : TaskListBar
리턴 TaskListBar