C# Class ShoppingPad.iOS.PastPurchasesTableSource

Inheritance: UITableViewSource
ファイルを表示 Open project: jj09/ShoppingPad

Public Methods

Method Description
GetCell ( UITableView tableView, NSIndexPath indexPath ) : UITableViewCell
PastPurchasesTableSource ( ) : System
RowSelected ( UITableView tableView, NSIndexPath indexPath ) : void
RowsInSection ( UITableView tableview, nint section ) : nint

Method Details

GetCell() public method

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

PastPurchasesTableSource() public method

public PastPurchasesTableSource ( ) : System
return System

RowSelected() public method

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

RowsInSection() public method

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