메소드 | 설명 | |
---|---|---|
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 |
메소드 | 설명 | |
---|---|---|
DeleteItem ( string beerId ) : void |
public CanEditRow ( UITableView tableView, NSIndexPath indexPath ) : bool | ||
tableView | UITableView | |
indexPath | NSIndexPath | |
리턴 | bool |
public GetCell ( UITableView tableView, NSIndexPath indexPath ) : UITableViewCell | ||
tableView | UITableView | |
indexPath | NSIndexPath | |
리턴 | UITableViewCell |
public MyBeersDataSource ( ObservableCollection |
||
beers | ObservableCollection |
|
리턴 | System |
public RowSelected ( UITableView tableView, NSIndexPath indexPath ) : void | ||
tableView | UITableView | |
indexPath | NSIndexPath | |
리턴 | void |
public RowsInSection ( UITableView tableview, nint section ) : nint | ||
tableview | UITableView | |
section | nint | |
리턴 | nint |