C# Класс MultipleDetailViews.RootViewController.DataSource

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

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

Метод Описание
DataSource ( RootViewController rootViewController ) : System
GetCell ( UITableView tableView, NSIndexPath indexPath ) : UITableViewCell
RowsInSection ( UITableView tableView, int section ) : int

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

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

public DataSource ( RootViewController rootViewController ) : System
rootViewController RootViewController
Результат System

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

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

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

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