C# 클래스 BeerDrinkin.iOS.AddBeerTableViewController.AddBeerTableViewSource

상속: UITableViewSource
파일 보기 프로젝트 열기: MikeCodesDotNet/Beer-Drinkin

공개 메소드들

메소드 설명
AddBeerTableViewSource ( List &cells ) : Foundation
GetCell ( UITableView tableView, NSIndexPath indexPath ) : UITableViewCell
RowsInSection ( UITableView tableview, nint section ) : nint

메소드 상세

AddBeerTableViewSource() 공개 메소드

public AddBeerTableViewSource ( List &cells ) : Foundation
cells List
리턴 Foundation

GetCell() 공개 메소드

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

RowsInSection() 공개 메소드

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