C# Class ArcGISRuntimeXamarin.SamplesViewController.SamplesDataSource

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

Public Methods

Method Description
GetCell ( UITableView tableView, NSIndexPath indexPath ) : UITableViewCell
RowSelected ( UITableView tableView, NSIndexPath indexPath ) : void
RowsInSection ( UITableView tableview, nint section ) : nint
SamplesDataSource ( UITableViewController controller, List data ) : System

Method Details

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

SamplesDataSource() public method

public SamplesDataSource ( UITableViewController controller, List data ) : System
controller UITableViewController
data List
return System