C# Class Smeedee.Android.Widgets.StartPageWidget

Inheritance: RelativeLayout, IWidget
Afficher le fichier Open project: Smeedee/Smeedee-Mobile

Méthodes publiques

Méthode Description
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

Private Methods

Méthode Description
Initialize ( ) : void

Method Details

GetDynamicDescription() public méthode

public GetDynamicDescription ( ) : string
Résultat string

LastRefreshTime() public méthode

public LastRefreshTime ( ) : System.DateTime
Résultat System.DateTime

OnDescriptionChanged() public méthode

public OnDescriptionChanged ( EventArgs args ) : void
args System.EventArgs
Résultat void

Refresh() public méthode

public Refresh ( ) : void
Résultat void

StartPageWidget() public méthode

public StartPageWidget ( Android.Content.Context context ) : System
context Android.Content.Context
Résultat System

StartPageWidget() public méthode

public StartPageWidget ( Android.Content.Context context, IAttributeSet attrs ) : System
context Android.Content.Context
attrs IAttributeSet
Résultat System