C# Class XamarinEvolveIOS.LocalUserProfileDataSource

Inheritance: UITableViewDataSource
ファイルを表示 Open project: bholmes/XamarinEvolve2013Project

Public Methods

Method Description
CanEditRow ( UITableView tableView, NSIndexPath indexPath ) : bool
GetCell ( UITableView tableView, NSIndexPath indexPath ) : UITableViewCell
LocalUserProfileDataSource ( ProfileViewController controller, User profile ) : System
NumberOfSections ( UITableView tableView ) : int
RowsInSection ( UITableView tableView, int section ) : int

Private Methods

Method Description
GetCellSectionOne ( UITableView tableView, NSIndexPath indexPath ) : UITableViewCell
GetCellSectionThree ( UITableView tableView, NSIndexPath indexPath ) : UITableViewCell
GetCellSectionTwo ( UITableView tableView, NSIndexPath indexPath ) : UITableViewCell
PostNewAvatar ( UIImage image ) : void

Method Details

CanEditRow() public method

public CanEditRow ( UITableView tableView, NSIndexPath indexPath ) : bool
tableView UITableView
indexPath NSIndexPath
return bool

GetCell() public method

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

LocalUserProfileDataSource() public method

public LocalUserProfileDataSource ( ProfileViewController controller, User profile ) : System
controller ProfileViewController
profile XamarinEvolveSSLibrary.User
return System

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