C# Class TDBadgedCellSharp.TableViewSource

Inheritance: UITableViewSource
Exibir arquivo Open project: conceptdev/TDBadgedCellSharp

Public Methods

Method Description
GetCell ( UITableView tableView, NSIndexPath indexPath ) : UITableViewCell
RowSelected ( UITableView tableView, NSIndexPath indexPath ) : void
RowsInSection ( UITableView tableview, int section ) : int
TableViewSource ( List data ) : System

Method Details

GetCell() public method

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

RowSelected() public method

public RowSelected ( UITableView tableView, NSIndexPath indexPath ) : void
tableView UITableView
indexPath NSIndexPath
return void

RowsInSection() public method

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

TableViewSource() public method

public TableViewSource ( List data ) : System
data List
return System