C# Class TaskyA11y.RootTableSource

Inheritance: UITableViewSource
显示文件 Open project: conceptdev/xamarin-samples

Public Methods

Method Description
GetCell ( UITableView tableView, NSIndexPath indexPath ) : UITableViewCell
GetItem ( int id ) : TodoItem
RootTableSource ( TodoItem items ) : System
RowsInSection ( UITableView tableview, nint section ) : nint

Method Details

GetCell() public method

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

GetItem() public method

public GetItem ( int id ) : TodoItem
id int
return TodoItem

RootTableSource() public method

public RootTableSource ( TodoItem items ) : System
items TodoItem
return System

RowsInSection() public method

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