C# Class Smeedee.iOS.LatestCommitsWidget

Inheritance: UITableViewController, IWidget
Afficher le fichier Open project: Smeedee/Smeedee-Mobile Class Usage Examples

Private Properties

Свойство Type Description
UpdateUI void

Méthodes publiques

Méthode Description
GetDynamicDescription ( ) : string
LastRefreshTime ( ) : System.DateTime
LatestCommitsWidget ( ) : System
LoadMore ( ) : void
OnDescriptionChanged ( EventArgs args ) : void
Refresh ( ) : void
ViewDidLoad ( ) : void
ViewWillAppear ( bool animated ) : void

Private Methods

Méthode Description
UpdateUI ( ) : 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

LatestCommitsWidget() public méthode

public LatestCommitsWidget ( ) : System
Résultat System

LoadMore() public méthode

public LoadMore ( ) : void
Résultat void

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

ViewDidLoad() public méthode

public ViewDidLoad ( ) : void
Résultat void

ViewWillAppear() public méthode

public ViewWillAppear ( bool animated ) : void
animated bool
Résultat void