C# Class Reachability.MainViewController

Inheritance: UITableViewController
Afficher le fichier Open project: xamarin/monotouch-samples

Méthodes publiques

Méthode Description
GetCell ( UITableView tableView, NSIndexPath indexPath ) : UITableViewCell
MainViewController ( IntPtr handle ) : System
NumberOfSections ( UITableView tableView ) : nint
RowsInSection ( UITableView tableView, nint section ) : nint
TitleForHeader ( UITableView tableView, nint section ) : string
ViewDidLoad ( ) : void
WillSelectRow ( UITableView tableView, NSIndexPath indexPath ) : NSIndexPath

Private Methods

Méthode Description
UpdateStatus ( object sender, EventArgs e ) : void

Method Details

GetCell() public méthode

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

MainViewController() public méthode

public MainViewController ( IntPtr handle ) : System
handle System.IntPtr
Résultat System

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

TitleForHeader() public méthode

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

ViewDidLoad() public méthode

public ViewDidLoad ( ) : void
Résultat void

WillSelectRow() public méthode

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