C# 클래스 KeePass.UI.UIBlockerStatusLogger

상속: IStatusLogger
파일 보기 프로젝트 열기: amiryal/keepass2 1 사용 예제들

공개 메소드들

메소드 설명
ContinueWork ( ) : bool
EndLogging ( ) : void
SetProgress ( uint uPercent ) : bool
SetText ( string strNewText, LogStatusType lsType ) : bool
StartLogging ( string strOperation, bool bWriteOperationToLog ) : void
UIBlockerStatusLogger ( Form fParent ) : System

메소드 상세

ContinueWork() 공개 메소드

public ContinueWork ( ) : bool
리턴 bool

EndLogging() 공개 메소드

public EndLogging ( ) : void
리턴 void

SetProgress() 공개 메소드

public SetProgress ( uint uPercent ) : bool
uPercent uint
리턴 bool

SetText() 공개 메소드

public SetText ( string strNewText, LogStatusType lsType ) : bool
strNewText string
lsType LogStatusType
리턴 bool

StartLogging() 공개 메소드

public StartLogging ( string strOperation, bool bWriteOperationToLog ) : void
strOperation string
bWriteOperationToLog bool
리턴 void

UIBlockerStatusLogger() 공개 메소드

public UIBlockerStatusLogger ( Form fParent ) : System
fParent System.Windows.Forms.Form
리턴 System