C# Класс KeeTrayTOTP.KeeTrayTOTPExt.TrayTOTP_CustomColumn

Наследование: KeePass.UI.ColumnProvider
Показать файл Открыть проект

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

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