C# Class TaskyA11y.RootTableSource

Inheritance: UITableViewSource
Afficher le fichier Open project: conceptdev/xamarin-samples

Méthodes publiques

Méthode Description
GetCell ( UITableView tableView, NSIndexPath indexPath ) : UITableViewCell
GetItem ( int id ) : TodoItem
RootTableSource ( TodoItem items ) : System
RowsInSection ( UITableView tableview, nint section ) : nint

Method Details

GetCell() public méthode

public GetCell ( UITableView tableView, NSIndexPath indexPath ) : UITableViewCell
tableView UITableView
indexPath NSIndexPath
Résultat UITableViewCell

GetItem() public méthode

public GetItem ( int id ) : TodoItem
id int
Résultat TodoItem

RootTableSource() public méthode

public RootTableSource ( TodoItem items ) : System
items TodoItem
Résultat System

RowsInSection() public méthode

public RowsInSection ( UITableView tableview, nint section ) : nint
tableview UITableView
section nint
Résultat nint