C# 클래스 Neudesic.iBeacon.Trilat.BeaconDataSource

상속: UITableViewSource
파일 보기 프로젝트 열기: simonguest/gids 1 사용 예제들

공개 메소드들

메소드 설명
BeaconDataSource ( ) : System
BeaconDataSource ( List beacons ) : System
CanEditRow ( UITableView tableView, NSIndexPath indexPath ) : bool
GetCell ( UITableView tableView, NSIndexPath indexPath ) : UITableViewCell
NumberOfSections ( UITableView tableView ) : int
RowsInSection ( UITableView tableview, int section ) : int
Update ( List beacons ) : void

메소드 상세

BeaconDataSource() 공개 메소드

public BeaconDataSource ( ) : System
리턴 System

BeaconDataSource() 공개 메소드

public BeaconDataSource ( List beacons ) : System
beacons List
리턴 System

CanEditRow() 공개 메소드

public CanEditRow ( UITableView tableView, NSIndexPath indexPath ) : bool
tableView UITableView
indexPath NSIndexPath
리턴 bool

GetCell() 공개 메소드

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

NumberOfSections() 공개 메소드

public NumberOfSections ( UITableView tableView ) : int
tableView UITableView
리턴 int

RowsInSection() 공개 메소드

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

Update() 공개 메소드

public Update ( List beacons ) : void
beacons List
리턴 void