Метод | Описание | |
---|---|---|
Add ( KeePass.IO.Data.Field field ) : void | ||
DeleteField ( KeePass.IO.Data.Field field ) : void | ||
Entry ( ) : System | ||
Entry ( ICollection |
||
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.
|
Метод | Описание | |
---|---|---|
GetPattern ( string key ) : string | ||
TryGet ( string key ) : string |
public Add ( KeePass.IO.Data.Field field ) : void | ||
field | KeePass.IO.Data.Field | |
Результат | void |
public DeleteField ( KeePass.IO.Data.Field field ) : void | ||
field | KeePass.IO.Data.Field | |
Результат | void |
public Entry ( ICollection |
||
fields | ICollection |
|
Результат | System |
public GetNavigateUrl ( string url ) : string | ||
url | string | The URL. |
Результат | string |
public static IsSafeNameForField ( string name ) : bool | ||
name | string | |
Результат | bool |