C# Class KeePass.Storage.Cache

Afficher le fichier Open project: 0x49D1/WinPass

Private Properties

Свойство Type Description
Cache System

Méthodes publiques

Méthode Description
AddRecent ( string entryId ) : void

Adds the specified entry id to the recently viewed entries list.

CacheDb ( DatabaseInfo info, string name, KeePass.IO.Data.Database database ) : void
Clear ( ) : void
ClearRecents ( ) : void

Clears the recently viewed entries list.

GetOverlay ( Dispatcher dispatcher, KeePass.IO.Data.IconData icon ) : System.Windows.Media.ImageSource

Gets the overlay icon.

GetRecents ( ) : string[]

Gets the recently viewed entries.

InClassicStyle ( ) : bool
Initialize ( ) : void
InvertStyle ( ) : void
ResetCache ( ) : void
RestoreCache ( Dispatcher dispatcher ) : void
UpdateRecents ( ) : void

Updates the recents.

Private Methods

Méthode Description
Cache ( ) : System

Method Details

AddRecent() public static méthode

Adds the specified entry id to the recently viewed entries list.
public static AddRecent ( string entryId ) : void
entryId string The entry id.
Résultat void

CacheDb() public static méthode

public static CacheDb ( DatabaseInfo info, string name, KeePass.IO.Data.Database database ) : void
info DatabaseInfo
name string
database KeePass.IO.Data.Database
Résultat void

Clear() public static méthode

public static Clear ( ) : void
Résultat void

ClearRecents() public static méthode

Clears the recently viewed entries list.
public static ClearRecents ( ) : void
Résultat void

GetOverlay() public static méthode

Gets the overlay icon.
public static GetOverlay ( Dispatcher dispatcher, KeePass.IO.Data.IconData icon ) : System.Windows.Media.ImageSource
dispatcher System.Windows.Threading.Dispatcher The dispatcher.
icon KeePass.IO.Data.IconData The icon information.
Résultat System.Windows.Media.ImageSource

GetRecents() public static méthode

Gets the recently viewed entries.
public static GetRecents ( ) : string[]
Résultat string[]

InClassicStyle() public static méthode

public static InClassicStyle ( ) : bool
Résultat bool

Initialize() public static méthode

public static Initialize ( ) : void
Résultat void

InvertStyle() public static méthode

public static InvertStyle ( ) : void
Résultat void

ResetCache() public static méthode

public static ResetCache ( ) : void
Résultat void

RestoreCache() public static méthode

public static RestoreCache ( Dispatcher dispatcher ) : void
dispatcher System.Windows.Threading.Dispatcher
Résultat void

UpdateRecents() public static méthode

Updates the recents.
public static UpdateRecents ( ) : void
Résultat void