C# Class Razordex.RootViewController.DataSource

Inheritance: UITableViewSource
ファイルを表示 Open project: segphault/Razordex

Public Methods

Method Description
CanEditRow ( UITableView tableView, MonoTouch indexPath ) : bool
DataSource ( RootViewController controller ) : System
GetCell ( UITableView tableView, NSIndexPath indexPath ) : UITableViewCell
NumberOfSections ( UITableView tableView ) : int
RowsInSection ( UITableView tableview, int section ) : int

Method Details

CanEditRow() public method

public CanEditRow ( UITableView tableView, MonoTouch indexPath ) : bool
tableView UITableView
indexPath MonoTouch
return bool

DataSource() public method

public DataSource ( RootViewController controller ) : System
controller RootViewController
return System

GetCell() public method

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

NumberOfSections() public method

public NumberOfSections ( UITableView tableView ) : int
tableView UITableView
return int

RowsInSection() public method

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