C# 클래스 ArcGISRuntimeXamarin.Samples.DisplayLayerViewState.LayerViewStatusTableSource

Class that is used by the table view to populate itself
상속: UITableViewSource
파일 보기 프로젝트 열기: Esri/arcgis-runtime-samples-dotnet

보호된 프로퍼티들

프로퍼티 타입 설명
_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