C# Class KeePass.UI.DocumentManagerEx

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

Méthodes publiques

Méthode Description
CloseDatabase ( KeePassLib.PwDatabase pwDatabase ) : void
CreateNewDocument ( bool bMakeActive ) : PwDocument
DocumentManagerEx ( ) : System
FindContainerOf ( PwEntry peObj ) : KeePassLib.PwDatabase

Search for an entry in all opened databases. The entry is identified by its reference (not its UUID).

FindDocument ( KeePassLib.PwDatabase pwDatabase ) : PwDocument
GetOpenDatabases ( ) : List
SafeFindContainerOf ( PwEntry peObj ) : KeePassLib.PwDatabase

Private Methods

Méthode Description
NotifyActiveDocumentSelected ( ) : void
SlowFindContainerOf ( PwEntry peObj ) : KeePassLib.PwDatabase

Method Details

CloseDatabase() public méthode

public CloseDatabase ( KeePassLib.PwDatabase pwDatabase ) : void
pwDatabase KeePassLib.PwDatabase
Résultat void

CreateNewDocument() public méthode

public CreateNewDocument ( bool bMakeActive ) : PwDocument
bMakeActive bool
Résultat PwDocument

DocumentManagerEx() public méthode

public DocumentManagerEx ( ) : System
Résultat System

FindContainerOf() public méthode

Search for an entry in all opened databases. The entry is identified by its reference (not its UUID).
public FindContainerOf ( PwEntry peObj ) : KeePassLib.PwDatabase
peObj PwEntry Entry to search for.
Résultat KeePassLib.PwDatabase

FindDocument() public méthode

public FindDocument ( KeePassLib.PwDatabase pwDatabase ) : PwDocument
pwDatabase KeePassLib.PwDatabase
Résultat PwDocument

GetOpenDatabases() public méthode

public GetOpenDatabases ( ) : List
Résultat List

SafeFindContainerOf() public méthode

public SafeFindContainerOf ( PwEntry peObj ) : KeePassLib.PwDatabase
peObj PwEntry
Résultat KeePassLib.PwDatabase