C# 클래스 BeerDrinkin.iOS.MyBeersDataSource

상속: UITableViewSource
파일 보기 프로젝트 열기: MikeCodesDotNet/Beer-Drinkin 1 사용 예제들

공개 메소드들

메소드 설명
CanEditRow ( UITableView tableView, NSIndexPath indexPath ) : bool
GetCell ( UITableView tableView, NSIndexPath indexPath ) : UITableViewCell
MyBeersDataSource ( ObservableCollection beers ) : System
RowSelected ( UITableView tableView, NSIndexPath indexPath ) : void
RowsInSection ( UITableView tableview, nint section ) : nint

비공개 메소드들

메소드 설명
DeleteItem ( string beerId ) : void

메소드 상세

CanEditRow() 공개 메소드

public CanEditRow ( UITableView tableView, NSIndexPath indexPath ) : bool
tableView UITableView
indexPath NSIndexPath
리턴 bool

GetCell() 공개 메소드

public GetCell ( UITableView tableView, NSIndexPath indexPath ) : UITableViewCell
tableView UITableView
indexPath NSIndexPath
리턴 UITableViewCell

MyBeersDataSource() 공개 메소드

public MyBeersDataSource ( ObservableCollection beers ) : System
beers ObservableCollection
리턴 System

RowSelected() 공개 메소드

public RowSelected ( UITableView tableView, NSIndexPath indexPath ) : void
tableView UITableView
indexPath NSIndexPath
리턴 void

RowsInSection() 공개 메소드

public RowsInSection ( UITableView tableview, nint section ) : nint
tableview UITableView
section nint
리턴 nint