C# Class ArcGISRuntimeXamarin.Samples.DisplayLayerViewState.LayerViewStatusTableSource

Class that is used by the table view to populate itself
Inheritance: UITableViewSource
Afficher le fichier Open project: Esri/arcgis-runtime-samples-dotnet

Protected Properties

Свойство Type Description
_layers List
cellIdentifier string

Méthodes publiques

Méthode Description
GetCell ( UITableView tableView, NSIndexPath indexPath ) : UITableViewCell
LayerViewStatusTableSource ( List layers ) : Esri.ArcGISRuntime.Geometry
NumberOfSections ( UITableView tableView ) : nint

Called by the TableView to determine how many sections(groups) there are.

RowsInSection ( UITableView tableview, nint section ) : nint

Called by the TableView to determine how many cells to create for that particular section.

Method Details

GetCell() public méthode

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

LayerViewStatusTableSource() public méthode

public LayerViewStatusTableSource ( List layers ) : Esri.ArcGISRuntime.Geometry
layers List
Résultat Esri.ArcGISRuntime.Geometry

NumberOfSections() public méthode

Called by the TableView to determine how many sections(groups) there are.
public NumberOfSections ( UITableView tableView ) : nint
tableView UITableView
Résultat nint

RowsInSection() public méthode

Called by the TableView to determine how many cells to create for that particular section.
public RowsInSection ( UITableView tableview, nint section ) : nint
tableview UITableView
section nint
Résultat nint

Property Details

_layers protected_oe property

protected List _layers
Résultat List

cellIdentifier protected_oe property

protected string cellIdentifier
Résultat string