C# Класс xamarin_sample.OptionsViewControllerSource

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

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

Метод Описание
GetCell ( UITableView tableView, NSIndexPath indexPath ) : UITableViewCell
NumberOfSections ( UITableView tableView ) : nint
OptionsViewControllerSource ( ) : System
RowsInSection ( UITableView tableview, nint section ) : nint
TitleForFooter ( UITableView tableView, nint section ) : string
TitleForHeader ( 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

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

public OptionsViewControllerSource ( ) : System
Результат System

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

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

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

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

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

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