C# Класс MasterDetail.Touch.MasterViewController.DataSource

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

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

Метод Описание
CanEditRow ( UITableView tableView, NSIndexPath indexPath ) : bool
CommitEditingStyle ( UITableView tableView, UITableViewCellEditingStyle editingStyle, NSIndexPath indexPath ) : void
DataSource ( MasterViewController controller ) : System
GetCell ( UITableView tableView, NSIndexPath indexPath ) : UITableViewCell
NumberOfSections ( UITableView tableView ) : int
RowsInSection ( UITableView tableview, int section ) : int

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

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

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

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

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

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

public DataSource ( MasterViewController controller ) : System
controller MasterViewController
Результат System

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

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

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

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

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

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