C# Class ElizaCore.ElizaAddressBook

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

Méthodes publiques

Méthode Description
ContactScreenNames ( ) : NSOrderedSet
ElizaAddressBook ( ) : System
FindUser ( string name ) : ElizaUser
LoadAddressBook ( ) : void

Populates the address book with the default users of the ElizaChat app.

UpdateUserSpecificVocabulary ( ) : void

Method Details

ContactScreenNames() public méthode

public ContactScreenNames ( ) : NSOrderedSet
Résultat NSOrderedSet

ElizaAddressBook() public méthode

public ElizaAddressBook ( ) : System
Résultat System

FindUser() public méthode

public FindUser ( string name ) : ElizaUser
name string
Résultat ElizaUser

LoadAddressBook() public méthode

Populates the address book with the default users of the ElizaChat app.
public LoadAddressBook ( ) : void
Résultat void

UpdateUserSpecificVocabulary() public méthode

public UpdateUserSpecificVocabulary ( ) : void
Résultat void