Method | Description | |
---|---|---|
CanEditRow ( UITableView tableView, NSIndexPath indexPath ) : bool | ||
GetCell ( UITableView tableView, NSIndexPath indexPath ) : UITableViewCell | ||
MyBeersDataSource ( ObservableCollection |
||
RowSelected ( UITableView tableView, NSIndexPath indexPath ) : void | ||
RowsInSection ( UITableView tableview, nint section ) : nint |
Method | Description | |
---|---|---|
DeleteItem ( string beerId ) : void |
public CanEditRow ( UITableView tableView, NSIndexPath indexPath ) : bool | ||
tableView | UITableView | |
indexPath | NSIndexPath | |
return | bool |
public GetCell ( UITableView tableView, NSIndexPath indexPath ) : UITableViewCell | ||
tableView | UITableView | |
indexPath | NSIndexPath | |
return | UITableViewCell |
public MyBeersDataSource ( ObservableCollection |
||
beers | ObservableCollection |
|
return | System |
public RowSelected ( UITableView tableView, NSIndexPath indexPath ) : void | ||
tableView | UITableView | |
indexPath | NSIndexPath | |
return | void |
public RowsInSection ( UITableView tableview, nint section ) : nint | ||
tableview | UITableView | |
section | nint | |
return | nint |