C# Класс ArcGISRuntimeXamarin.SamplesViewController.SamplesDataSource

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

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

Метод Описание
GetCell ( UITableView tableView, NSIndexPath indexPath ) : UITableViewCell
RowSelected ( UITableView tableView, NSIndexPath indexPath ) : void
RowsInSection ( UITableView tableview, nint section ) : nint
SamplesDataSource ( UITableViewController controller, List data ) : System

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

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

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

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

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

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

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

SamplesDataSource() публичный метод

public SamplesDataSource ( UITableViewController controller, List data ) : System
controller UITableViewController
data List
Результат System