C# Class iOSTunez.AlbumsDataSource

Inheritance: UITableViewDataSource
Show file Open project: alanmcgovern/tunez

Private Properties

Property Type Description

Public Methods

Method Description
AlbumsDataSource ( Artist artist ) : System
GetCell ( UITableView tableView, NSIndexPath indexPath ) : UITableViewCell
NumberOfSections ( UITableView tableView ) : nint
RowsInSection ( UITableView tableView, nint section ) : nint

Method Details

AlbumsDataSource() public method

public AlbumsDataSource ( Artist artist ) : System
artist Artist
return System

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