C# 클래스 TaskyA11y.RootViewController

상속: UITableViewController
파일 보기 프로젝트 열기: conceptdev/xamarin-samples 1 사용 예제들

Private Properties

프로퍼티 타입 설명

공개 메소드들

메소드 설명
CreateTask ( ) : void
DeleteTask ( TodoItem task ) : void
DidReceiveMemoryWarning ( ) : void
PrepareForSegue ( UIStoryboardSegue segue, NSObject sender ) : void

Prepares for segue.

The prepareForSegue method is invoked whenever a segue is about to take place. The new view controller has been loaded from the storyboard at this point but it’s not visible yet, and we can use this opportunity to send data to it.

RootViewController ( IntPtr handle ) : System
SaveTask ( TodoItem task ) : void
ShouldAutorotateToInterfaceOrientation ( UIInterfaceOrientation toInterfaceOrientation ) : bool
ViewDidAppear ( bool animated ) : void
ViewDidDisappear ( bool animated ) : void
ViewDidLoad ( ) : void
ViewDidUnload ( ) : void
ViewWillAppear ( bool animated ) : void
ViewWillDisappear ( bool animated ) : void

메소드 상세

CreateTask() 공개 메소드

public CreateTask ( ) : void
리턴 void

DeleteTask() 공개 메소드

public DeleteTask ( TodoItem task ) : void
task TodoItem
리턴 void

DidReceiveMemoryWarning() 공개 메소드

public DidReceiveMemoryWarning ( ) : void
리턴 void

PrepareForSegue() 공개 메소드

Prepares for segue.
The prepareForSegue method is invoked whenever a segue is about to take place. The new view controller has been loaded from the storyboard at this point but it’s not visible yet, and we can use this opportunity to send data to it.
public PrepareForSegue ( UIStoryboardSegue segue, NSObject sender ) : void
segue UIStoryboardSegue
sender NSObject
리턴 void

RootViewController() 공개 메소드

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

SaveTask() 공개 메소드

public SaveTask ( TodoItem task ) : void
task TodoItem
리턴 void

ShouldAutorotateToInterfaceOrientation() 공개 메소드

public ShouldAutorotateToInterfaceOrientation ( UIInterfaceOrientation toInterfaceOrientation ) : bool
toInterfaceOrientation UIInterfaceOrientation
리턴 bool

ViewDidAppear() 공개 메소드

public ViewDidAppear ( bool animated ) : void
animated bool
리턴 void

ViewDidDisappear() 공개 메소드

public ViewDidDisappear ( bool animated ) : void
animated bool
리턴 void

ViewDidLoad() 공개 메소드

public ViewDidLoad ( ) : void
리턴 void

ViewDidUnload() 공개 메소드

public ViewDidUnload ( ) : void
리턴 void

ViewWillAppear() 공개 메소드

public ViewWillAppear ( bool animated ) : void
animated bool
리턴 void

ViewWillDisappear() 공개 메소드

public ViewWillDisappear ( bool animated ) : void
animated bool
리턴 void