C# Class Monodoc.IndexBrowser.MatchModel

Inheritance: IListModel
Show file Open project: remobjects/mono-tools

Public Methods

Method Description
GetDescription ( int row ) : string
GetValue ( int row ) : string
MatchModel ( IndexBrowser parent ) : Gtk

Method Details

GetDescription() public method

public GetDescription ( int row ) : string
row int
return string

GetValue() public method

public GetValue ( int row ) : string
row int
return string

MatchModel() public method

public MatchModel ( IndexBrowser parent ) : Gtk
parent IndexBrowser
return Gtk