C# Class ElizaChat.ViewController

Inheritance: UIViewController
Mostra file Open project: xamarin/monotouch-samples

Private Properties

Property Type Description
ReleaseDesignerOutlets void

Public Methods

Method Description
AskQuestion ( string question, bool sendNotification ) : void
DidReceiveMemoryWarning ( ) : void
ViewDidLoad ( ) : void

Protected Methods

Method Description
ViewController ( IntPtr handle ) : System

Private Methods

Method Description
ReleaseDesignerOutlets ( ) : void

Method Details

AskQuestion() public method

public AskQuestion ( string question, bool sendNotification ) : void
question string
sendNotification bool
return void

DidReceiveMemoryWarning() public method

public DidReceiveMemoryWarning ( ) : void
return void

ViewController() protected method

protected ViewController ( IntPtr handle ) : System
handle System.IntPtr
return System

ViewDidLoad() public method

public ViewDidLoad ( ) : void
return void