C# Class KeeTrayTOTP.KeeTrayTOTPExt.TrayTOTP_CustomColumn

Inheritance: KeePass.UI.ColumnProvider
Afficher le fichier Open project: victor-rds/KeeTrayTOTP

Méthodes publiques

Méthode 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

Méthode 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 méthode

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

PerformCellAction() public méthode

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.
Résultat void

SupportsCellAction() public méthode

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