C# Class KeeTrayTOTP.KeeTrayTOTPExt.TrayTOTP_CustomColumn

Inheritance: KeePass.UI.ColumnProvider
Datei anzeigen Open project: victor-rds/KeeTrayTOTP

Public Methods

Method Description
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.

Private Methods

Method Description
TrayTOTP_CustomColumn ( KeeTrayTOTPExt Plugin ) : System

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

Method Details

GetCellData() public method

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

PerformCellAction() public method

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.
return void

SupportsCellAction() public method

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