C# Класс KeePass.IO.Data.Entry

Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
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.

Приватные методы

Метод Описание
GetPattern ( string key ) : string
TryGet ( string key ) : string

Описание методов

Add() публичный Метод

public Add ( KeePass.IO.Data.Field field ) : void
field KeePass.IO.Data.Field
Результат void

DeleteField() публичный Метод

public DeleteField ( KeePass.IO.Data.Field field ) : void
field KeePass.IO.Data.Field
Результат void

Entry() публичный Метод

public Entry ( ) : System
Результат System

Entry() публичный Метод

public Entry ( ICollection fields ) : System
fields ICollection
Результат System

Equals() публичный Метод

public Equals ( object obj ) : bool
obj object
Результат bool

GetAllFields() публичный Метод

Gets all fields.
public GetAllFields ( ) : IList
Результат IList

GetHashCode() публичный Метод

public GetHashCode ( ) : int
Результат int

GetNavigateUrl() публичный Метод

Gets the navigatable URL.
public GetNavigateUrl ( string url ) : string
url string The URL.
Результат string

IsSafeNameForField() публичный статический Метод

public static IsSafeNameForField ( string name ) : bool
name string
Результат bool

Remove() публичный Метод

Removes this entry from its group.
public Remove ( ) : void
Результат void

Reset() публичный Метод

Resets this entry.
public Reset ( ) : void
Результат void

this() публичный Метод

Gets or sets the value of the specified key.
public this ( string key ) : string
key string
Результат string