C# Class BeerDrinkin.iOS.DiscoverBeersViewController

Inheritance: UITableViewController
Afficher le fichier Open project: MikeCodesDotNet/Beer-Drinkin

Méthodes publiques

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

Private Properties

Свойство Type Description
PhotoImportButton_TouchUpInside void
PhotoImportButton_TouchUpInside void
ReleaseDesignerOutlets void

Méthodes publiques

Méthode Description
CanEditRow ( UITableView tableView, NSIndexPath indexPath ) : bool
DiscoverBeersViewController ( IntPtr handle ) : Foundation
GetCell ( UITableView tableView, NSIndexPath indexPath ) : UITableViewCell
GetHeightForRow ( UITableView tableView, NSIndexPath indexPath ) : nfloat
RowSelected ( UITableView tableView, NSIndexPath indexPath ) : void
RowsInSection ( UITableView tableView, nint section ) : nint
ViewDidLoad ( ) : void

Private Methods

Méthode Description
PhotoImportButton_TouchUpInside ( BeerDrinkin sender ) : void
PhotoImportButton_TouchUpInside ( DiscoverCameraButton sender ) : void
ReleaseDesignerOutlets ( ) : void

Method Details

CanEditRow() public méthode

public CanEditRow ( UITableView tableView, NSIndexPath indexPath ) : bool
tableView UITableView
indexPath NSIndexPath
Résultat bool

DiscoverBeersViewController() public méthode

public DiscoverBeersViewController ( IntPtr handle ) : Foundation
handle System.IntPtr
Résultat Foundation

GetCell() public méthode

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

GetHeightForRow() public méthode

public GetHeightForRow ( UITableView tableView, NSIndexPath indexPath ) : nfloat
tableView UITableView
indexPath NSIndexPath
Résultat nfloat

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

ViewDidLoad() public méthode

public ViewDidLoad ( ) : void
Résultat void

Property Details

Beers public_oe property

public List Beers
Résultat List