C# Class HttpClient.StringDataSource

Inheritance: UITableViewDataSource
Afficher le fichier Open project: fpt-software/Wordpress-Client

Méthodes publiques

Méthode Description
GetCell ( UITableView tableView, NSIndexPath indexPath ) : UITableViewCell
NumberOfSections ( UITableView tableView ) : nint
RowsInSection ( UITableView tableView, nint section ) : nint
StringDataSource ( UITableView tableView, string source ) : System

Method Details

GetCell() public méthode

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

NumberOfSections() public méthode

public NumberOfSections ( UITableView tableView ) : nint
tableView UITableView
Résultat nint

RowsInSection() public méthode

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

StringDataSource() public méthode

public StringDataSource ( UITableView tableView, string source ) : System
tableView UITableView
source string
Résultat System