C# Класс Neudesic.iBeacon.Trilat.BeaconDataSource

Наследование: UITableViewSource
Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
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