C# 클래스 com.ReinforceLab.iPhone.Controls.AlphaRexRemoteController.BTInquiryViewController.DataSource

상속: UITableViewSource
파일 보기 프로젝트 열기: reinforce-lab/com.ReinforceLab.MonoTouch.Controls

공개 메소드들

메소드 설명
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