C# Class KeePass.UI.UIBlockerStatusLogger

Inheritance: IStatusLogger
Afficher le fichier Open project: amiryal/keepass2 Class Usage Examples

Méthodes publiques

Méthode Description
ContinueWork ( ) : bool
EndLogging ( ) : void
SetProgress ( uint uPercent ) : bool
SetText ( string strNewText, LogStatusType lsType ) : bool
StartLogging ( string strOperation, bool bWriteOperationToLog ) : void
UIBlockerStatusLogger ( Form fParent ) : System

Method Details

ContinueWork() public méthode

public ContinueWork ( ) : bool
Résultat bool

EndLogging() public méthode

public EndLogging ( ) : void
Résultat void

SetProgress() public méthode

public SetProgress ( uint uPercent ) : bool
uPercent uint
Résultat bool

SetText() public méthode

public SetText ( string strNewText, LogStatusType lsType ) : bool
strNewText string
lsType LogStatusType
Résultat bool

StartLogging() public méthode

public StartLogging ( string strOperation, bool bWriteOperationToLog ) : void
strOperation string
bWriteOperationToLog bool
Résultat void

UIBlockerStatusLogger() public méthode

public UIBlockerStatusLogger ( Form fParent ) : System
fParent System.Windows.Forms.Form
Résultat System