C# 클래스 XamarinEvolveIOS.LocalUserProfileDelegate

상속: UITableViewDelegate
파일 보기 프로젝트 열기: bholmes/XamarinEvolve2013Project

공개 메소드들

메소드 설명
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

비공개 메소드들

메소드 설명
OnAddContact ( object sender, EventArgs e ) : void
OnDeleteUser ( object sender, EventArgs e ) : void
OnLogout ( object sender, EventArgs e ) : void

메소드 상세

EditingStyleForRow() 공개 메소드

public EditingStyleForRow ( UITableView tableView, NSIndexPath indexPath ) : UITableViewCellEditingStyle
tableView UITableView
indexPath NSIndexPath
리턴 UITableViewCellEditingStyle

GetHeightForFooter() 공개 메소드

public GetHeightForFooter ( UITableView tableView, int section ) : float
tableView UITableView
section int
리턴 float

GetHeightForRow() 공개 메소드

public GetHeightForRow ( UITableView tableView, NSIndexPath indexPath ) : float
tableView UITableView
indexPath NSIndexPath
리턴 float

GetViewForFooter() 공개 메소드

public GetViewForFooter ( UITableView tableView, int section ) : UIView
tableView UITableView
section int
리턴 UIView

HideButtons() 공개 메소드

public HideButtons ( bool hide ) : void
hide bool
리턴 void

LocalUserProfileDelegate() 공개 메소드

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

RowSelected() 공개 메소드

public RowSelected ( UITableView tableView, NSIndexPath indexPath ) : void
tableView UITableView
indexPath NSIndexPath
리턴 void

ShouldIndentWhileEditing() 공개 메소드

public ShouldIndentWhileEditing ( UITableView tableView, NSIndexPath indexPath ) : bool
tableView UITableView
indexPath NSIndexPath
리턴 bool