C# 클래스 XamarinEvolveIOS.UsersViewController.UsersViewDelegate

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

Private Properties

프로퍼티 타입 설명

공개 메소드들

메소드 설명
GetHeightForRow ( UITableView tableView, NSIndexPath indexPath ) : float
RowSelected ( UITableView tableView, MonoTouch indexPath ) : void
UsersViewDelegate ( Func userListGet, UINavigationController navigationController ) : System

메소드 상세

GetHeightForRow() 공개 메소드

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

RowSelected() 공개 메소드

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

UsersViewDelegate() 공개 메소드

public UsersViewDelegate ( Func userListGet, UINavigationController navigationController ) : System
userListGet Func
navigationController UINavigationController
리턴 System