C# Класс ArcGISRuntimeXamarin.CategoriesViewController.CategoryDataSource

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

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

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

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

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

public CategoryDataSource ( UITableViewController controller, List data ) : ArcGISRuntimeXamarin.Managers
controller UITableViewController
data List
Результат ArcGISRuntimeXamarin.Managers

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