C# Class BeerDrinkin.iOS.DiscoverBeerSearchResultsSource

Inheritance: UITableViewSource
Afficher le fichier Open project: MikeCodesDotNet/Beer-Drinkin Class Usage Examples

Méthodes publiques

Свойство Type Description
Beers List

Méthodes publiques

Méthode 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 méthode

public DiscoverBeerSearchResultsSource ( List beers ) : System
beers List
Résultat System

GetCell() public méthode

public GetCell ( UITableView tableView, NSIndexPath indexPath ) : UITableViewCell
tableView UITableView
indexPath NSIndexPath
Résultat UITableViewCell

RowSelected() public méthode

public RowSelected ( UITableView tableView, NSIndexPath indexPath ) : void
tableView UITableView
indexPath NSIndexPath
Résultat void

RowsInSection() public méthode

public RowsInSection ( UITableView tableview, nint section ) : nint
tableview UITableView
section nint
Résultat nint

Property Details

Beers public_oe property

public List Beers
Résultat List