C# Class Neudesic.iBeacon.Trilat.BeaconDataSource

Inheritance: UITableViewSource
ファイルを表示 Open project: simonguest/gids Class Usage Examples

Public Methods

Method Description
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

Method Details

BeaconDataSource() public method

public BeaconDataSource ( ) : System
return System

BeaconDataSource() public method

public BeaconDataSource ( List beacons ) : System
beacons List
return System

CanEditRow() public method

public CanEditRow ( UITableView tableView, NSIndexPath indexPath ) : bool
tableView UITableView
indexPath NSIndexPath
return bool

GetCell() public method

public GetCell ( UITableView tableView, NSIndexPath indexPath ) : UITableViewCell
tableView UITableView
indexPath NSIndexPath
return UITableViewCell

NumberOfSections() public method

public NumberOfSections ( UITableView tableView ) : int
tableView UITableView
return int

RowsInSection() public method

public RowsInSection ( UITableView tableview, int section ) : int
tableview UITableView
section int
return int

Update() public method

public Update ( List beacons ) : void
beacons List
return void