C# Class WebServices.RxNormSample.DrugSearchViewController

Inheritance: MonoTouch.Dialog.DialogViewController
Afficher le fichier Open project: xamarin/mobile-samples Class Usage Examples

Méthodes publiques

Méthode Description
DrugSearchViewController ( ) : System
HideSearchingView ( ) : void
LoadView ( ) : void
PushDrugViewController ( WebServices.RxNormSample.rxnav.nlm.nih.gov.RxConcept concept ) : void
Search ( string text ) : void
SearchCancelled ( ) : void
ShouldAutorotateToInterfaceOrientation ( UIInterfaceOrientation toInterfaceOrientation ) : bool
ViewDidAppear ( bool animated ) : void
ViewDidLoad ( ) : void
ViewWillAppear ( bool animated ) : void
ViewWillLayoutSubviews ( ) : void

Méthodes protégées

Méthode Description
Dispose ( bool disposing ) : void

Private Methods

Méthode Description
Handle_ServicegetDrugsCompleted ( object sender, WebServices.RxNormSample.rxnav.nlm.nih.gov.getDrugsCompletedEventArgs args ) : void
PopulateResults ( WebServices.RxNormSample.rxnav.nlm.nih.gov.RxConceptGroup conceptGroup ) : void

Method Details

Dispose() protected méthode

protected Dispose ( bool disposing ) : void
disposing bool
Résultat void

DrugSearchViewController() public méthode

public DrugSearchViewController ( ) : System
Résultat System

HideSearchingView() public méthode

public HideSearchingView ( ) : void
Résultat void

LoadView() public méthode

public LoadView ( ) : void
Résultat void

PushDrugViewController() public méthode

public PushDrugViewController ( WebServices.RxNormSample.rxnav.nlm.nih.gov.RxConcept concept ) : void
concept WebServices.RxNormSample.rxnav.nlm.nih.gov.RxConcept
Résultat void

Search() public méthode

public Search ( string text ) : void
text string
Résultat void

SearchCancelled() public méthode

public SearchCancelled ( ) : void
Résultat void

ShouldAutorotateToInterfaceOrientation() public méthode

public ShouldAutorotateToInterfaceOrientation ( UIInterfaceOrientation toInterfaceOrientation ) : bool
toInterfaceOrientation UIInterfaceOrientation
Résultat bool

ViewDidAppear() public méthode

public ViewDidAppear ( bool animated ) : void
animated bool
Résultat void

ViewDidLoad() public méthode

public ViewDidLoad ( ) : void
Résultat void

ViewWillAppear() public méthode

public ViewWillAppear ( bool animated ) : void
animated bool
Résultat void

ViewWillLayoutSubviews() public méthode

public ViewWillLayoutSubviews ( ) : void
Résultat void