C# Class ArcGISRuntimeXamarin.Samples.DisplayLayerViewState.LayerViewStatusTableSource

Class that is used by the table view to populate itself
Inheritance: UITableViewSource
显示文件 Open project: Esri/arcgis-runtime-samples-dotnet

Protected Properties

Property Type Description
_layers List
cellIdentifier string

Public Methods

Method 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 method

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

LayerViewStatusTableSource() public method

public LayerViewStatusTableSource ( List layers ) : Esri.ArcGISRuntime.Geometry
layers List
return Esri.ArcGISRuntime.Geometry

NumberOfSections() public method

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

RowsInSection() public method

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
return nint

Property Details

_layers protected_oe property

protected List _layers
return List

cellIdentifier protected_oe property

protected string cellIdentifier
return string