C# Class XamarinEvolveIOS.LocalUserProfileDelegate

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

Méthodes publiques

Méthode Description
EditingStyleForRow ( UITableView tableView, NSIndexPath indexPath ) : UITableViewCellEditingStyle
GetHeightForFooter ( UITableView tableView, int section ) : float
GetHeightForRow ( UITableView tableView, NSIndexPath indexPath ) : float
GetViewForFooter ( UITableView tableView, int section ) : UIView
HideButtons ( bool hide ) : void
LocalUserProfileDelegate ( ProfileViewController controller, User profile ) : System
RowSelected ( UITableView tableView, NSIndexPath indexPath ) : void
ShouldIndentWhileEditing ( UITableView tableView, NSIndexPath indexPath ) : bool

Private Methods

Méthode Description
OnAddContact ( object sender, EventArgs e ) : void
OnDeleteUser ( object sender, EventArgs e ) : void
OnLogout ( object sender, EventArgs e ) : void

Method Details

EditingStyleForRow() public méthode

public EditingStyleForRow ( UITableView tableView, NSIndexPath indexPath ) : UITableViewCellEditingStyle
tableView UITableView
indexPath NSIndexPath
Résultat UITableViewCellEditingStyle

GetHeightForFooter() public méthode

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

GetHeightForRow() public méthode

public GetHeightForRow ( UITableView tableView, NSIndexPath indexPath ) : float
tableView UITableView
indexPath NSIndexPath
Résultat float

GetViewForFooter() public méthode

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

HideButtons() public méthode

public HideButtons ( bool hide ) : void
hide bool
Résultat void

LocalUserProfileDelegate() public méthode

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

RowSelected() public méthode

public RowSelected ( UITableView tableView, NSIndexPath indexPath ) : void
tableView UITableView
indexPath NSIndexPath
Résultat void

ShouldIndentWhileEditing() public méthode

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