C# 클래스 xamarin_sample.OptionsViewControllerSource

상속: UITableViewSource
파일 보기 프로젝트 열기: phatware/WritePadSDK

공개 메소드들

메소드 설명
GetCell ( UITableView tableView, NSIndexPath indexPath ) : UITableViewCell
NumberOfSections ( UITableView tableView ) : nint
OptionsViewControllerSource ( ) : System
RowsInSection ( UITableView tableview, nint section ) : nint
TitleForFooter ( UITableView tableView, nint section ) : string
TitleForHeader ( UITableView tableView, nint section ) : string

메소드 상세

GetCell() 공개 메소드

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

NumberOfSections() 공개 메소드

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

OptionsViewControllerSource() 공개 메소드

public OptionsViewControllerSource ( ) : System
리턴 System

RowsInSection() 공개 메소드

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

TitleForFooter() 공개 메소드

public TitleForFooter ( UITableView tableView, nint section ) : string
tableView UITableView
section nint
리턴 string

TitleForHeader() 공개 메소드

public TitleForHeader ( UITableView tableView, nint section ) : string
tableView UITableView
section nint
리턴 string