C# Class XamarinEvolveIOS.LocalUserProfileDataSource

Inheritance: UITableViewDataSource
Afficher le fichier Open project: bholmes/XamarinEvolve2013Project

Méthodes publiques

Méthode 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

Méthode 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 méthode

public CanEditRow ( UITableView tableView, NSIndexPath indexPath ) : bool
tableView UITableView
indexPath NSIndexPath
Résultat bool

GetCell() public méthode

public GetCell ( UITableView tableView, NSIndexPath indexPath ) : UITableViewCell
tableView UITableView
indexPath NSIndexPath
Résultat UITableViewCell

LocalUserProfileDataSource() public méthode

public LocalUserProfileDataSource ( ProfileViewController controller, User profile ) : System
controller ProfileViewController
profile XamarinEvolveSSLibrary.User
Résultat System

NumberOfSections() public méthode

public NumberOfSections ( UITableView tableView ) : int
tableView UITableView
Résultat int

RowsInSection() public méthode

public RowsInSection ( UITableView tableView, int section ) : int
tableView UITableView
section int
Résultat int