C# Class Smeedee.iOS.BuildStatusTableSource

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

Public Methods

Method Description
BuildStatusTableSource ( BuildStatus model ) : System
GetCell ( UITableView tableView, NSIndexPath indexPath ) : UITableViewCell
GetHeightForRow ( UITableView tableView, NSIndexPath indexPath ) : float
NumberOfSections ( UITableView tableView ) : int
RowsInSection ( UITableView tableview, int section ) : int

Method Details

BuildStatusTableSource() public method

public BuildStatusTableSource ( BuildStatus model ) : System
model Smeedee.Model.BuildStatus
return System

GetCell() public method

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

GetHeightForRow() public method

public GetHeightForRow ( UITableView tableView, NSIndexPath indexPath ) : float
tableView UITableView
indexPath NSIndexPath
return float

NumberOfSections() public method

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

RowsInSection() public method

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