C# Класс ArcGISRuntimeXamarin.Samples.DisplayLayerViewState.LayerViewStatusTableSource

Class that is used by the table view to populate itself
Наследование: UITableViewSource
Показать файл Открыть проект

Защищенные свойства (Protected)

Свойство Тип Описание
_layers List
cellIdentifier string

Открытые методы

Метод Описание
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.

Описание методов

GetCell() публичный Метод

public GetCell ( UITableView tableView, NSIndexPath indexPath ) : UITableViewCell
tableView UITableView
indexPath NSIndexPath
Результат UITableViewCell

LayerViewStatusTableSource() публичный Метод

public LayerViewStatusTableSource ( List layers ) : Esri.ArcGISRuntime.Geometry
layers List
Результат Esri.ArcGISRuntime.Geometry

NumberOfSections() публичный Метод

Called by the TableView to determine how many sections(groups) there are.
public NumberOfSections ( UITableView tableView ) : nint
tableView UITableView
Результат nint

RowsInSection() публичный Метод

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
Результат nint

Описание свойств

_layers защищенное свойство

protected List _layers
Результат List

cellIdentifier защищенное свойство

protected string cellIdentifier
Результат string