C# Class WebServices.RxNormSample.DrugSearchViewController

Inheritance: MonoTouch.Dialog.DialogViewController
Mostrar archivo Open project: xamarin/mobile-samples Class Usage Examples

Public Methods

Method 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

Protected Methods

Method Description
Dispose ( bool disposing ) : void

Private Methods

Method 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 method

protected Dispose ( bool disposing ) : void
disposing bool
return void

DrugSearchViewController() public method

public DrugSearchViewController ( ) : System
return System

HideSearchingView() public method

public HideSearchingView ( ) : void
return void

LoadView() public method

public LoadView ( ) : void
return void

PushDrugViewController() public method

public PushDrugViewController ( WebServices.RxNormSample.rxnav.nlm.nih.gov.RxConcept concept ) : void
concept WebServices.RxNormSample.rxnav.nlm.nih.gov.RxConcept
return void

Search() public method

public Search ( string text ) : void
text string
return void

SearchCancelled() public method

public SearchCancelled ( ) : void
return void

ShouldAutorotateToInterfaceOrientation() public method

public ShouldAutorotateToInterfaceOrientation ( UIInterfaceOrientation toInterfaceOrientation ) : bool
toInterfaceOrientation UIInterfaceOrientation
return bool

ViewDidAppear() public method

public ViewDidAppear ( bool animated ) : void
animated bool
return void

ViewDidLoad() public method

public ViewDidLoad ( ) : void
return void

ViewWillAppear() public method

public ViewWillAppear ( bool animated ) : void
animated bool
return void

ViewWillLayoutSubviews() public method

public ViewWillLayoutSubviews ( ) : void
return void