C# 클래스 ElizaChat.ViewController

상속: UIViewController
파일 보기 프로젝트 열기: xamarin/monotouch-samples

Private Properties

프로퍼티 타입 설명
ReleaseDesignerOutlets void

공개 메소드들

메소드 설명
AskQuestion ( string question, bool sendNotification ) : void
DidReceiveMemoryWarning ( ) : void
ViewDidLoad ( ) : void

보호된 메소드들

메소드 설명
ViewController ( IntPtr handle ) : System

비공개 메소드들

메소드 설명
ReleaseDesignerOutlets ( ) : void

메소드 상세

AskQuestion() 공개 메소드

public AskQuestion ( string question, bool sendNotification ) : void
question string
sendNotification bool
리턴 void

DidReceiveMemoryWarning() 공개 메소드

public DidReceiveMemoryWarning ( ) : void
리턴 void

ViewController() 보호된 메소드

protected ViewController ( IntPtr handle ) : System
handle System.IntPtr
리턴 System

ViewDidLoad() 공개 메소드

public ViewDidLoad ( ) : void
리턴 void