C# Class XamarinEvolveIOS.UsersViewController.UsersViewDataSource

Inheritance: UITableViewDataSource
Afficher le fichier Open project: bholmes/XamarinEvolve2013Project

Private Properties

Свойство Type Description

Méthodes publiques

Méthode Description
GetCell ( UITableView tableView, MonoTouch indexPath ) : UITableViewCell
RowsInSection ( UITableView tableView, int section ) : int
UsersViewDataSource ( Func userListGet ) : System

Method Details

GetCell() public méthode

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

RowsInSection() public méthode

public RowsInSection ( UITableView tableView, int section ) : int
tableView UITableView
section int
Résultat int

UsersViewDataSource() public méthode

public UsersViewDataSource ( Func userListGet ) : System
userListGet Func
Résultat System