C# 클래스 TaskyA11y.RootTableSource

상속: UITableViewSource
파일 보기 프로젝트 열기: conceptdev/xamarin-samples

공개 메소드들

메소드 설명
GetCell ( UITableView tableView, NSIndexPath indexPath ) : UITableViewCell
GetItem ( int id ) : TodoItem
RootTableSource ( TodoItem items ) : System
RowsInSection ( UITableView tableview, nint section ) : nint

메소드 상세

GetCell() 공개 메소드

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

GetItem() 공개 메소드

public GetItem ( int id ) : TodoItem
id int
리턴 TodoItem

RootTableSource() 공개 메소드

public RootTableSource ( TodoItem items ) : System
items TodoItem
리턴 System

RowsInSection() 공개 메소드

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