C# Class BeerDrinkin.iOS.DiscoverBeerSearchResultsSource

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

Public Properties

Property Type Description
Beers List

Public Methods

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

Method Details

DiscoverBeerSearchResultsSource() public method

public DiscoverBeerSearchResultsSource ( List beers ) : System
beers List
return System

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, nint section ) : nint
tableview UITableView
section nint
return nint

Property Details

Beers public property

public List Beers
return List