C# Class ArcGISRuntimeXamarin.Samples.ChangeSublayerVisibility.SublayerDataSource

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

Méthodes publiques

Méthode Description
GetCell ( UITableView tableView, NSIndexPath indexPath ) : UITableViewCell
RowsInSection ( UITableView tableView, nint section ) : nint
SublayerDataSource ( List sublayers ) : Esri.ArcGISRuntime.Geometry

Private Methods

Méthode Description
VisibilitySwitch_ValueChanged ( object sender, EventArgs e ) : void

Method Details

GetCell() public méthode

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

RowsInSection() public méthode

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

SublayerDataSource() public méthode

public SublayerDataSource ( List sublayers ) : Esri.ArcGISRuntime.Geometry
sublayers List
Résultat Esri.ArcGISRuntime.Geometry