C# 클래스 MonoStockPortfolio.Activites.ConfigScreen.ConfigActivity

상속: Android.App.Activity, IConfigView
파일 보기 프로젝트 열기: mgroves/MonodroidStockPortfolio

공개 메소드들

메소드 설명
GotoIntent ( Android.Content.Context context ) : Android.Content.Intent
PrepopulateConfiguration ( IList allitems, IEnumerable checkeditems ) : void
ShowToastMessage ( string message ) : void

보호된 메소드들

메소드 설명
OnCreate ( Bundle bundle ) : void

비공개 메소드들

메소드 설명
ConfigList_ItemClick ( object sender, Android.Widget.ItemEventArgs e ) : void
SaveConfiguration ( ) : void
WireUpEvents ( ) : void

메소드 상세

GotoIntent() 공개 정적인 메소드

public static GotoIntent ( Android.Content.Context context ) : Android.Content.Intent
context Android.Content.Context
리턴 Android.Content.Intent

OnCreate() 보호된 메소드

protected OnCreate ( Bundle bundle ) : void
bundle Bundle
리턴 void

PrepopulateConfiguration() 공개 메소드

public PrepopulateConfiguration ( IList allitems, IEnumerable checkeditems ) : void
allitems IList
checkeditems IEnumerable
리턴 void

ShowToastMessage() 공개 메소드

public ShowToastMessage ( string message ) : void
message string
리턴 void