C# 클래스 JudoPayiOSXamarinSampleApp.MainMenuSource

상속: UITableViewSource
파일 보기 프로젝트 열기: MikeCodesDotNet/Beer-Drinkin 1 사용 예제들

공개 메소드들

메소드 설명
GetCell ( UITableView tableView, NSIndexPath indexPath ) : UITableViewCell
GetHeightForRow ( UITableView tableView, NSIndexPath indexPath ) : nfloat
GetTableHeight ( ) : float
MainMenuSource ( Action>.Dictionary buttonDictionary ) : System
RowSelected ( UITableView tableView, NSIndexPath indexPath ) : void
RowsInSection ( UITableView tableview, nint section ) : nint

메소드 상세

GetCell() 공개 메소드

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

GetHeightForRow() 공개 메소드

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

GetTableHeight() 공개 메소드

public GetTableHeight ( ) : float
리턴 float

MainMenuSource() 공개 메소드

public MainMenuSource ( Action>.Dictionary buttonDictionary ) : System
buttonDictionary Action>.Dictionary
리턴 System

RowSelected() 공개 메소드

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

RowsInSection() 공개 메소드

public RowsInSection ( UITableView tableview, nint section ) : nint
tableview UITableView
section nint
리턴 nint