C# 클래스 Smeedee.Android.Widgets.StartPageWidget

상속: RelativeLayout, IWidget
파일 보기 프로젝트 열기: Smeedee/Smeedee-Mobile

공개 메소드들

메소드 설명
GetDynamicDescription ( ) : string
LastRefreshTime ( ) : System.DateTime
OnDescriptionChanged ( EventArgs args ) : void
Refresh ( ) : void
StartPageWidget ( Android.Content.Context context ) : System
StartPageWidget ( Android.Content.Context context, IAttributeSet attrs ) : System

비공개 메소드들

메소드 설명
Initialize ( ) : void

메소드 상세

GetDynamicDescription() 공개 메소드

public GetDynamicDescription ( ) : string
리턴 string

LastRefreshTime() 공개 메소드

public LastRefreshTime ( ) : System.DateTime
리턴 System.DateTime

OnDescriptionChanged() 공개 메소드

public OnDescriptionChanged ( EventArgs args ) : void
args System.EventArgs
리턴 void

Refresh() 공개 메소드

public Refresh ( ) : void
리턴 void

StartPageWidget() 공개 메소드

public StartPageWidget ( Android.Content.Context context ) : System
context Android.Content.Context
리턴 System

StartPageWidget() 공개 메소드

public StartPageWidget ( Android.Content.Context context, IAttributeSet attrs ) : System
context Android.Content.Context
attrs IAttributeSet
리턴 System