Свойство | Type | Description | |
---|---|---|---|
_layers | List |
||
cellIdentifier | string |
Méthode | Description | |
---|---|---|
GetCell ( UITableView tableView, NSIndexPath indexPath ) : UITableViewCell | ||
LayerViewStatusTableSource ( List |
||
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.
|
public GetCell ( UITableView tableView, NSIndexPath indexPath ) : UITableViewCell | ||
tableView | UITableView | |
indexPath | NSIndexPath | |
Résultat | UITableViewCell |
public LayerViewStatusTableSource ( List |
||
layers | List |
|
Résultat | Esri.ArcGISRuntime.Geometry |
public NumberOfSections ( UITableView tableView ) : nint | ||
tableView | UITableView | |
Résultat | nint |
public RowsInSection ( UITableView tableview, nint section ) : nint | ||
tableview | UITableView | |
section | nint | |
Résultat | nint |