C# Class BeerDrinkin.iOS.DataSources.CheckInDataSource

Inheritance: UITableViewSource
Show file Open project: MikeCodesDotNet/Beer-Drinkin

Public Methods

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

Method Details

CheckInDataSource() public method

public CheckInDataSource ( ) : System
return System

GetCell() public method

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

RowsInSection() public method

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