C# Class ArcGISRuntimeXamarin.CategoriesViewController.CategoryDataSource

Inheritance: UITableViewSource
Datei anzeigen Open project: Esri/arcgis-runtime-samples-dotnet

Public Methods

Method Description
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

Method Details

CategoryDataSource() public method

public CategoryDataSource ( UITableViewController controller, List data ) : ArcGISRuntimeXamarin.Managers
controller UITableViewController
data List
return ArcGISRuntimeXamarin.Managers

GetCell() public method

public GetCell ( UITableView tableView, NSIndexPath indexPath ) : UITableViewCell
tableView UITableView
indexPath NSIndexPath
return UITableViewCell

RowSelected() public method

public RowSelected ( UITableView tableView, NSIndexPath indexPath ) : void
tableView UITableView
indexPath NSIndexPath
return void

RowsInSection() public method

public RowsInSection ( UITableView tableview, nint section ) : nint
tableview UITableView
section nint
return nint