C# 클래스 ArcGISRuntimeXamarin.SamplesViewController.SamplesDataSource

상속: UITableViewSource
파일 보기 프로젝트 열기: Esri/arcgis-runtime-samples-dotnet

공개 메소드들

메소드 설명
GetCell ( UITableView tableView, NSIndexPath indexPath ) : UITableViewCell
RowSelected ( UITableView tableView, NSIndexPath indexPath ) : void
RowsInSection ( UITableView tableview, nint section ) : nint
SamplesDataSource ( UITableViewController controller, List data ) : System

메소드 상세

GetCell() 공개 메소드

public GetCell ( UITableView tableView, NSIndexPath indexPath ) : UITableViewCell
tableView UITableView
indexPath NSIndexPath
리턴 UITableViewCell

RowSelected() 공개 메소드

public RowSelected ( UITableView tableView, NSIndexPath indexPath ) : void
tableView UITableView
indexPath NSIndexPath
리턴 void

RowsInSection() 공개 메소드

public RowsInSection ( UITableView tableview, nint section ) : nint
tableview UITableView
section nint
리턴 nint

SamplesDataSource() 공개 메소드

public SamplesDataSource ( UITableViewController controller, List data ) : System
controller UITableViewController
data List
리턴 System