C# Класс Praeclarum.UI.TextInputController.TextInputDataSource

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

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

Метод Описание
GetCell ( UITableView tableView, NSIndexPath indexPath ) : UITableViewCell
NumberOfSections ( UITableView tableView ) : nint
RowsInSection ( UITableView tableView, nint section ) : nint
TextInputDataSource ( TextInputController controller ) : System
TitleForFooter ( UITableView tableView, nint section ) : string

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

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

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

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

public NumberOfSections ( UITableView tableView ) : nint
tableView UITableView
Результат nint

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

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

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

public TextInputDataSource ( TextInputController controller ) : System
controller TextInputController
Результат System

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

public TitleForFooter ( UITableView tableView, nint section ) : string
tableView UITableView
section nint
Результат string