C# 클래스 KeePass.IO.Data.Entry

파일 보기 프로젝트 열기: 0x49D1/WinPass 1 사용 예제들

공개 메소드들

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