C# Class HttpClient.StringDataSource

Inheritance: UITableViewDataSource
Mostra file Open project: fpt-software/Wordpress-Client

Public Methods

Method 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 method

public GetCell ( UITableView tableView, NSIndexPath indexPath ) : UITableViewCell
tableView UITableView
indexPath NSIndexPath
return UITableViewCell

NumberOfSections() public method

public NumberOfSections ( UITableView tableView ) : nint
tableView UITableView
return nint

RowsInSection() public method

public RowsInSection ( UITableView tableView, nint section ) : nint
tableView UITableView
section nint
return nint

StringDataSource() public method

public StringDataSource ( UITableView tableView, string source ) : System
tableView UITableView
source string
return System