C# 클래스 Dev2.CustomControls.Progress.ProgressDialogViewModel

상속: INotifyPropertyChanged, IProgressDialog
파일 보기 프로젝트 열기: Warewolf-ESB/Warewolf 1 사용 예제들

공개 메소드들

메소드 설명
Close ( ) : void
ProgressDialogViewModel ( System.Action cancelAction, System.Action showDialog, System.Action closeDialog ) : System
Show ( ) : void
StartCancel ( ) : void
StatusChanged ( string fileName, int progressPercent, long totalBytes ) : void

보호된 메소드들

메소드 설명
OnPropertyChanged ( [ propertyName = null ) : void

메소드 상세

Close() 공개 메소드

public Close ( ) : void
리턴 void

OnPropertyChanged() 보호된 메소드

protected OnPropertyChanged ( [ propertyName = null ) : void
propertyName [
리턴 void

ProgressDialogViewModel() 공개 메소드

public ProgressDialogViewModel ( System.Action cancelAction, System.Action showDialog, System.Action closeDialog ) : System
cancelAction System.Action
showDialog System.Action
closeDialog System.Action
리턴 System

Show() 공개 메소드

public Show ( ) : void
리턴 void

StartCancel() 공개 메소드

public StartCancel ( ) : void
리턴 void

StatusChanged() 공개 메소드

public StatusChanged ( string fileName, int progressPercent, long totalBytes ) : void
fileName string
progressPercent int
totalBytes long
리턴 void