C# Class ArcGISRuntimeXamarin.Samples.ChangeSublayerVisibility.SublayerDataSource

Inheritance: UITableViewSource
ファイルを表示 Open project: Esri/arcgis-runtime-samples-dotnet

Public Methods

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

Private Methods

Method Description
VisibilitySwitch_ValueChanged ( object sender, EventArgs e ) : void

Method Details

GetCell() public method

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

RowsInSection() public method

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

SublayerDataSource() public method

public SublayerDataSource ( List sublayers ) : Esri.ArcGISRuntime.Geometry
sublayers List
return Esri.ArcGISRuntime.Geometry