C# Класс com.ReinforceLab.iPhone.Controls.AlphaRexRemoteController.BTInquiryViewController.DataSource

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

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

Метод Описание
DataSource ( BTInquiryViewController view_controller ) : System
GetCell ( UITableView tableView, NSIndexPath indexPath ) : UITableViewCell
GetHeightForRow ( UITableView tableView, NSIndexPath indexPath ) : float
RowsInSection ( UITableView tableview, int section ) : int
SectionFor ( UITableView tableView, string title, int atIndex ) : int
WillSelectRow ( UITableView tableView, NSIndexPath indexPath ) : NSIndexPath

Защищенные методы

Метод Описание
Dispose ( bool disposing ) : void

Приватные методы

Метод Описание
listChanged ( Object sender, EventArgs e ) : void

Описание методов

DataSource() публичный Метод

public DataSource ( BTInquiryViewController view_controller ) : System
view_controller BTInquiryViewController
Результат System

Dispose() защищенный Метод

protected Dispose ( bool disposing ) : void
disposing bool
Результат void

GetCell() публичный Метод

public GetCell ( UITableView tableView, NSIndexPath indexPath ) : UITableViewCell
tableView UITableView
indexPath NSIndexPath
Результат UITableViewCell

GetHeightForRow() публичный Метод

public GetHeightForRow ( UITableView tableView, NSIndexPath indexPath ) : float
tableView UITableView
indexPath NSIndexPath
Результат float

RowsInSection() публичный Метод

public RowsInSection ( UITableView tableview, int section ) : int
tableview UITableView
section int
Результат int

SectionFor() публичный Метод

public SectionFor ( UITableView tableView, string title, int atIndex ) : int
tableView UITableView
title string
atIndex int
Результат int

WillSelectRow() публичный Метод

public WillSelectRow ( UITableView tableView, NSIndexPath indexPath ) : NSIndexPath
tableView UITableView
indexPath NSIndexPath
Результат NSIndexPath