C# Класс AutoCompleteDemo.AutoCompleteTableSource

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

Защищенные свойства (Protected)

Свойство Тип Описание
cellIdentifier string
suggestions string[]

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

Метод Описание
AutoCompleteTableSource ( string suggestions, AutoCompleteDemoViewController controllerContext ) : System
GetCell ( UITableView tableView, MonoTouch indexPath ) : UITableViewCell
RowSelected ( UITableView tableView, NSIndexPath indexPath ) : void
RowsInSection ( UITableView tableview, int section ) : int

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

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

public AutoCompleteTableSource ( string suggestions, AutoCompleteDemoViewController controllerContext ) : System
suggestions string
controllerContext AutoCompleteDemoViewController
Результат System

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

public GetCell ( UITableView tableView, MonoTouch indexPath ) : UITableViewCell
tableView UITableView
indexPath MonoTouch
Результат UITableViewCell

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

public RowSelected ( UITableView tableView, NSIndexPath indexPath ) : void
tableView UITableView
indexPath NSIndexPath
Результат void

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

public RowsInSection ( UITableView tableview, int section ) : int
tableview UITableView
section int
Результат int

Описание свойств

cellIdentifier защищенное свойство

protected string cellIdentifier
Результат string

suggestions защищенное свойство

protected string[] suggestions
Результат string[]