C# Class Smeedee.iOS.WidgetConfigTableViewSource

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

Protected Properties

Property Type Description
widgetModel Smeedee.Model.WidgetModel

Public Methods

Method Description
GetCell ( UITableView tableView, NSIndexPath indexPath ) : UITableViewCell
NumberOfSections ( UITableView tableView ) : int
RowsInSection ( UITableView tableview, int section ) : int
WidgetConfigTableViewSource ( WidgetModel model ) : 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 ) : int
tableView UITableView
return int

RowsInSection() public method

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

WidgetConfigTableViewSource() public method

public WidgetConfigTableViewSource ( WidgetModel model ) : System
model Smeedee.Model.WidgetModel
return System

Property Details

widgetModel protected property

protected WidgetModel,Smeedee.Model widgetModel
return Smeedee.Model.WidgetModel