C# 클래스 KeeTrayTOTP.KeeTrayTOTPExt.TrayTOTP_CustomColumn

상속: KeePass.UI.ColumnProvider
파일 보기 프로젝트 열기: victor-rds/KeeTrayTOTP

공개 메소드들

메소드 설명
GetCellData ( string strColumnName, PwEntry pe ) : string

Tells KeePass what to display in the column.

PerformCellAction ( string strColumnName, PwEntry pe ) : void

Happens when a cell of the column is double-clicked.

SupportsCellAction ( string strColumnName ) : bool

Informs KeePass if PerformCellAction must be called when the cell is double clicked.

비공개 메소드들

메소드 설명
TrayTOTP_CustomColumn ( KeeTrayTOTPExt Plugin ) : System

Provides support to add a custom column to KeePass, in this case the TOTP Provider Column.

메소드 상세

GetCellData() 공개 메소드

Tells KeePass what to display in the column.
public GetCellData ( string strColumnName, PwEntry pe ) : string
strColumnName string
pe PwEntry
리턴 string

PerformCellAction() 공개 메소드

Happens when a cell of the column is double-clicked.
public PerformCellAction ( string strColumnName, PwEntry pe ) : void
strColumnName string Column's name.
pe PwEntry Entry associated with the clicked cell.
리턴 void

SupportsCellAction() 공개 메소드

Informs KeePass if PerformCellAction must be called when the cell is double clicked.
public SupportsCellAction ( string strColumnName ) : bool
strColumnName string Column Name.
리턴 bool