C# 클래스 MyDriving.iOS.TripsTableViewController

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

공개 메소드들

메소드 설명
CanEditRow ( UITableView tableView, NSIndexPath indexPath ) : bool
CommitEditingStyle ( UITableView tableView, UITableViewCellEditingStyle editingStyle, NSIndexPath indexPath ) : void
GetCell ( UITableView tableView, NSIndexPath indexPath ) : UITableViewCell
GetHeightForRow ( UITableView tableView, NSIndexPath indexPath ) : nfloat
PrepareForSegue ( UIStoryboardSegue segue, NSObject sender ) : void
RowsInSection ( UITableView tableView, nint section ) : nint
TripsTableViewController ( IntPtr handle ) : System
ViewDidLoad ( ) : void

비공개 메소드들

메소드 설명
HandleReloadTableNotification ( NSNotification obj ) : void
RefreshControl_ValueChanged ( ) : void
ReleaseDesignerOutlets ( ) : void

메소드 상세

CanEditRow() 공개 메소드

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

CommitEditingStyle() 공개 메소드

public CommitEditingStyle ( UITableView tableView, UITableViewCellEditingStyle editingStyle, NSIndexPath indexPath ) : void
tableView UITableView
editingStyle UITableViewCellEditingStyle
indexPath NSIndexPath
리턴 void

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

PrepareForSegue() 공개 메소드

public PrepareForSegue ( UIStoryboardSegue segue, NSObject sender ) : void
segue UIStoryboardSegue
sender NSObject
리턴 void

RowsInSection() 공개 메소드

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

TripsTableViewController() 공개 메소드

public TripsTableViewController ( IntPtr handle ) : System
handle System.IntPtr
리턴 System

ViewDidLoad() 공개 메소드

public ViewDidLoad ( ) : void
리턴 void