C# 클래스 XamarinEvolveIOS.LocalUserProfileDataSource

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

공개 메소드들

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

비공개 메소드들

메소드 설명
GetCellSectionOne ( UITableView tableView, NSIndexPath indexPath ) : UITableViewCell
GetCellSectionThree ( UITableView tableView, NSIndexPath indexPath ) : UITableViewCell
GetCellSectionTwo ( UITableView tableView, NSIndexPath indexPath ) : UITableViewCell
PostNewAvatar ( UIImage image ) : void

메소드 상세

CanEditRow() 공개 메소드

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

GetCell() 공개 메소드

public GetCell ( UITableView tableView, NSIndexPath indexPath ) : UITableViewCell
tableView UITableView
indexPath NSIndexPath
리턴 UITableViewCell

LocalUserProfileDataSource() 공개 메소드

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

NumberOfSections() 공개 메소드

public NumberOfSections ( UITableView tableView ) : int
tableView UITableView
리턴 int

RowsInSection() 공개 메소드

public RowsInSection ( UITableView tableView, int section ) : int
tableView UITableView
section int
리턴 int