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

Inheritance: UITableViewSource
Exibir arquivo Open project: reinforce-lab/com.ReinforceLab.MonoTouch.Controls

Public Methods

Method 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

Protected Methods

Method Description
Dispose ( bool disposing ) : void

Private Methods

Method Description
listChanged ( Object sender, EventArgs e ) : void

Method Details

DataSource() public method

public DataSource ( BTInquiryViewController view_controller ) : System
view_controller BTInquiryViewController
return System

Dispose() protected method

protected Dispose ( bool disposing ) : void
disposing bool
return void

GetCell() public method

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

GetHeightForRow() public method

public GetHeightForRow ( UITableView tableView, NSIndexPath indexPath ) : float
tableView UITableView
indexPath NSIndexPath
return float

RowsInSection() public method

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

SectionFor() public method

public SectionFor ( UITableView tableView, string title, int atIndex ) : int
tableView UITableView
title string
atIndex int
return int

WillSelectRow() public method

public WillSelectRow ( UITableView tableView, NSIndexPath indexPath ) : NSIndexPath
tableView UITableView
indexPath NSIndexPath
return NSIndexPath