C# 클래스 KeePass.Storage.Cache

파일 보기 프로젝트 열기: 0x49D1/WinPass

Private Properties

프로퍼티 타입 설명
Cache System

공개 메소드들

메소드 설명
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.

비공개 메소드들

메소드 설명
Cache ( ) : System

메소드 상세

AddRecent() 공개 정적인 메소드

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

CacheDb() 공개 정적인 메소드

public static CacheDb ( DatabaseInfo info, string name, KeePass.IO.Data.Database database ) : void
info DatabaseInfo
name string
database KeePass.IO.Data.Database
리턴 void

Clear() 공개 정적인 메소드

public static Clear ( ) : void
리턴 void

ClearRecents() 공개 정적인 메소드

Clears the recently viewed entries list.
public static ClearRecents ( ) : void
리턴 void

GetOverlay() 공개 정적인 메소드

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.
리턴 System.Windows.Media.ImageSource

GetRecents() 공개 정적인 메소드

Gets the recently viewed entries.
public static GetRecents ( ) : string[]
리턴 string[]

InClassicStyle() 공개 정적인 메소드

public static InClassicStyle ( ) : bool
리턴 bool

Initialize() 공개 정적인 메소드

public static Initialize ( ) : void
리턴 void

InvertStyle() 공개 정적인 메소드

public static InvertStyle ( ) : void
리턴 void

ResetCache() 공개 정적인 메소드

public static ResetCache ( ) : void
리턴 void

RestoreCache() 공개 정적인 메소드

public static RestoreCache ( Dispatcher dispatcher ) : void
dispatcher System.Windows.Threading.Dispatcher
리턴 void

UpdateRecents() 공개 정적인 메소드

Updates the recents.
public static UpdateRecents ( ) : void
리턴 void