C# Класс Monodoc.IndexBrowser.MatchModel

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

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

Метод Описание
GetDescription ( int row ) : string
GetValue ( int row ) : string
MatchModel ( IndexBrowser parent ) : Gtk

Описание методов

GetDescription() публичный Метод

public GetDescription ( int row ) : string
row int
Результат string

GetValue() публичный Метод

public GetValue ( int row ) : string
row int
Результат string

MatchModel() публичный Метод

public MatchModel ( IndexBrowser parent ) : Gtk
parent IndexBrowser
Результат Gtk