C# Class Smeedee.iOS.ServerConfigTableSource

Inheritance: UITableViewSource
Mostra file Open project: Smeedee/Smeedee-Mobile

Public Methods

Method Description
GetCell ( UITableView tableView, NSIndexPath indexPath ) : UITableViewCell
NumberOfSections ( UITableView tableView ) : int
RowSelected ( UITableView tableView, NSIndexPath indexPath ) : void
RowsInSection ( UITableView tableview, int section ) : int
ServerConfigTableSource ( ServerConfigTableViewController controller ) : System

Private Methods

Method Description
ResetButton ( ) : void

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 ) : int
tableView UITableView
return int

RowSelected() public method

public RowSelected ( UITableView tableView, NSIndexPath indexPath ) : void
tableView UITableView
indexPath NSIndexPath
return void

RowsInSection() public method

public RowsInSection ( UITableView tableview, int section ) : int
tableview UITableView
section int
return int

ServerConfigTableSource() public method

public ServerConfigTableSource ( ServerConfigTableViewController controller ) : System
controller ServerConfigTableViewController
return System