C# Class com.ReinforceLab.iPhone.Controls.AlphaRexRemoteController.BTInquiryViewController.DataSource

Inheritance: UITableViewSource
Afficher le fichier Open project: reinforce-lab/com.ReinforceLab.MonoTouch.Controls

Méthodes publiques

Méthode Description
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

Méthodes protégées

Méthode Description
Dispose ( bool disposing ) : void

Private Methods

Méthode Description
listChanged ( Object sender, EventArgs e ) : void

Method Details

DataSource() public méthode

public DataSource ( BTInquiryViewController view_controller ) : System
view_controller BTInquiryViewController
Résultat System

Dispose() protected méthode

protected Dispose ( bool disposing ) : void
disposing bool
Résultat void

GetCell() public méthode

public GetCell ( UITableView tableView, NSIndexPath indexPath ) : UITableViewCell
tableView UITableView
indexPath NSIndexPath
Résultat UITableViewCell

GetHeightForRow() public méthode

public GetHeightForRow ( UITableView tableView, NSIndexPath indexPath ) : float
tableView UITableView
indexPath NSIndexPath
Résultat float

RowsInSection() public méthode

public RowsInSection ( UITableView tableview, int section ) : int
tableview UITableView
section int
Résultat int

SectionFor() public méthode

public SectionFor ( UITableView tableView, string title, int atIndex ) : int
tableView UITableView
title string
atIndex int
Résultat int

WillSelectRow() public méthode

public WillSelectRow ( UITableView tableView, NSIndexPath indexPath ) : NSIndexPath
tableView UITableView
indexPath NSIndexPath
Résultat NSIndexPath