C# Class KeePass.IO.Data.Entry

Afficher le fichier Open project: 0x49D1/WinPass Class Usage Examples

Méthodes publiques

Méthode Description
Add ( KeePass.IO.Data.Field field ) : void
DeleteField ( KeePass.IO.Data.Field field ) : void
Entry ( ) : System
Entry ( ICollection fields ) : System
Equals ( object obj ) : bool
GetAllFields ( ) : IList

Gets all fields.

GetHashCode ( ) : int
GetNavigateUrl ( string url ) : string

Gets the navigatable URL.

IsSafeNameForField ( string name ) : bool
Remove ( ) : void

Removes this entry from its group.

Reset ( ) : void

Resets this entry.

this ( string key ) : string

Gets or sets the value of the specified key.

Private Methods

Méthode Description
GetPattern ( string key ) : string
TryGet ( string key ) : string

Method Details

Add() public méthode

public Add ( KeePass.IO.Data.Field field ) : void
field KeePass.IO.Data.Field
Résultat void

DeleteField() public méthode

public DeleteField ( KeePass.IO.Data.Field field ) : void
field KeePass.IO.Data.Field
Résultat void

Entry() public méthode

public Entry ( ) : System
Résultat System

Entry() public méthode

public Entry ( ICollection fields ) : System
fields ICollection
Résultat System

Equals() public méthode

public Equals ( object obj ) : bool
obj object
Résultat bool

GetAllFields() public méthode

Gets all fields.
public GetAllFields ( ) : IList
Résultat IList

GetHashCode() public méthode

public GetHashCode ( ) : int
Résultat int

GetNavigateUrl() public méthode

Gets the navigatable URL.
public GetNavigateUrl ( string url ) : string
url string The URL.
Résultat string

IsSafeNameForField() public static méthode

public static IsSafeNameForField ( string name ) : bool
name string
Résultat bool

Remove() public méthode

Removes this entry from its group.
public Remove ( ) : void
Résultat void

Reset() public méthode

Resets this entry.
public Reset ( ) : void
Résultat void

this() public méthode

Gets or sets the value of the specified key.
public this ( string key ) : string
key string
Résultat string