C# Class ElizaChat.ViewController

Inheritance: UIViewController
Afficher le fichier Open project: xamarin/monotouch-samples

Private Properties

Свойство Type Description
ReleaseDesignerOutlets void

Méthodes publiques

Méthode Description
AskQuestion ( string question, bool sendNotification ) : void
DidReceiveMemoryWarning ( ) : void
ViewDidLoad ( ) : void

Méthodes protégées

Méthode Description
ViewController ( IntPtr handle ) : System

Private Methods

Méthode Description
ReleaseDesignerOutlets ( ) : void

Method Details

AskQuestion() public méthode

public AskQuestion ( string question, bool sendNotification ) : void
question string
sendNotification bool
Résultat void

DidReceiveMemoryWarning() public méthode

public DidReceiveMemoryWarning ( ) : void
Résultat void

ViewController() protected méthode

protected ViewController ( IntPtr handle ) : System
handle System.IntPtr
Résultat System

ViewDidLoad() public méthode

public ViewDidLoad ( ) : void
Résultat void