C# 클래스 WebServices.RxNormSample.DrugSearchViewController

상속: MonoTouch.Dialog.DialogViewController
파일 보기 프로젝트 열기: xamarin/mobile-samples 1 사용 예제들

공개 메소드들

메소드 설명
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

보호된 메소드들

메소드 설명
Dispose ( bool disposing ) : void

비공개 메소드들

메소드 설명
Handle_ServicegetDrugsCompleted ( object sender, WebServices.RxNormSample.rxnav.nlm.nih.gov.getDrugsCompletedEventArgs args ) : void
PopulateResults ( WebServices.RxNormSample.rxnav.nlm.nih.gov.RxConceptGroup conceptGroup ) : void

메소드 상세

Dispose() 보호된 메소드

protected Dispose ( bool disposing ) : void
disposing bool
리턴 void

DrugSearchViewController() 공개 메소드

public DrugSearchViewController ( ) : System
리턴 System

HideSearchingView() 공개 메소드

public HideSearchingView ( ) : void
리턴 void

LoadView() 공개 메소드

public LoadView ( ) : void
리턴 void

PushDrugViewController() 공개 메소드

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

Search() 공개 메소드

public Search ( string text ) : void
text string
리턴 void

SearchCancelled() 공개 메소드

public SearchCancelled ( ) : void
리턴 void

ShouldAutorotateToInterfaceOrientation() 공개 메소드

public ShouldAutorotateToInterfaceOrientation ( UIInterfaceOrientation toInterfaceOrientation ) : bool
toInterfaceOrientation UIInterfaceOrientation
리턴 bool

ViewDidAppear() 공개 메소드

public ViewDidAppear ( bool animated ) : void
animated bool
리턴 void

ViewDidLoad() 공개 메소드

public ViewDidLoad ( ) : void
리턴 void

ViewWillAppear() 공개 메소드

public ViewWillAppear ( bool animated ) : void
animated bool
리턴 void

ViewWillLayoutSubviews() 공개 메소드

public ViewWillLayoutSubviews ( ) : void
리턴 void