C# Class XamarinEvolveIOS.LocalUserProfileDelegate

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

Public Methods

Method 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

Method Description
OnAddContact ( object sender, EventArgs e ) : void
OnDeleteUser ( object sender, EventArgs e ) : void
OnLogout ( object sender, EventArgs e ) : void

Method Details

EditingStyleForRow() public method

public EditingStyleForRow ( UITableView tableView, NSIndexPath indexPath ) : UITableViewCellEditingStyle
tableView UITableView
indexPath NSIndexPath
return UITableViewCellEditingStyle

GetHeightForFooter() public method

public GetHeightForFooter ( UITableView tableView, int section ) : float
tableView UITableView
section int
return float

GetHeightForRow() public method

public GetHeightForRow ( UITableView tableView, NSIndexPath indexPath ) : float
tableView UITableView
indexPath NSIndexPath
return float

GetViewForFooter() public method

public GetViewForFooter ( UITableView tableView, int section ) : UIView
tableView UITableView
section int
return UIView

HideButtons() public method

public HideButtons ( bool hide ) : void
hide bool
return void

LocalUserProfileDelegate() public method

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

RowSelected() public method

public RowSelected ( UITableView tableView, NSIndexPath indexPath ) : void
tableView UITableView
indexPath NSIndexPath
return void

ShouldIndentWhileEditing() public method

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