C# Class ArcGISRuntimeXamarin.CategoriesViewController.CategoryDataSource

Inheritance: UITableViewSource
Afficher le fichier Open project: Esri/arcgis-runtime-samples-dotnet

Méthodes publiques

Méthode 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 méthode

public CategoryDataSource ( UITableViewController controller, List data ) : ArcGISRuntimeXamarin.Managers
controller UITableViewController
data List
Résultat ArcGISRuntimeXamarin.Managers

GetCell() public méthode

public GetCell ( UITableView tableView, NSIndexPath indexPath ) : UITableViewCell
tableView UITableView
indexPath NSIndexPath
Résultat UITableViewCell

RowSelected() public méthode

public RowSelected ( UITableView tableView, NSIndexPath indexPath ) : void
tableView UITableView
indexPath NSIndexPath
Résultat void

RowsInSection() public méthode

public RowsInSection ( UITableView tableview, nint section ) : nint
tableview UITableView
section nint
Résultat nint