C# 클래스 MyDriving.iOS.SettingsDetailTableViewSource

상속: UITableViewSource
파일 보기 프로젝트 열기: Azure-Samples/MyDriving

공개 메소드들

메소드 설명
GetCell ( UITableView tableView, NSIndexPath indexPath ) : UITableViewCell
NumberOfSections ( UITableView tableView ) : nint
RowSelected ( UITableView tableView, NSIndexPath indexPath ) : void
RowsInSection ( UITableView tableview, nint section ) : nint
SettingsDetailTableViewSource ( string key, Setting setting ) : System
TitleForHeader ( UITableView tableView, nint section ) : string
WillDisplayHeaderView ( UITableView tableView, UIView headerView, nint section ) : void

메소드 상세

GetCell() 공개 메소드

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

NumberOfSections() 공개 메소드

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

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

SettingsDetailTableViewSource() 공개 메소드

public SettingsDetailTableViewSource ( string key, Setting setting ) : System
key string
setting MyDriving.Model.Setting
리턴 System

TitleForHeader() 공개 메소드

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

WillDisplayHeaderView() 공개 메소드

public WillDisplayHeaderView ( UITableView tableView, UIView headerView, nint section ) : void
tableView UITableView
headerView UIView
section nint
리턴 void