C# Class BeerDrinkin.iOS.DiscoverBeersViewController

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

Public Properties

Property Type Description
Beers List

Private Properties

Property Type Description
PhotoImportButton_TouchUpInside void
PhotoImportButton_TouchUpInside void
ReleaseDesignerOutlets void

Public Methods

Method 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

Method Description
PhotoImportButton_TouchUpInside ( BeerDrinkin sender ) : void
PhotoImportButton_TouchUpInside ( DiscoverCameraButton sender ) : void
ReleaseDesignerOutlets ( ) : void

Method Details

CanEditRow() public method

public CanEditRow ( UITableView tableView, NSIndexPath indexPath ) : bool
tableView UITableView
indexPath NSIndexPath
return bool

DiscoverBeersViewController() public method

public DiscoverBeersViewController ( IntPtr handle ) : Foundation
handle System.IntPtr
return Foundation

GetCell() public method

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

GetHeightForRow() public method

public GetHeightForRow ( UITableView tableView, NSIndexPath indexPath ) : nfloat
tableView UITableView
indexPath NSIndexPath
return nfloat

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

ViewDidLoad() public method

public ViewDidLoad ( ) : void
return void

Property Details

Beers public property

public List Beers
return List