C# Class Smeedee.iOS.LatestCommitsWidget

Inheritance: UITableViewController, IWidget
Mostra file Open project: Smeedee/Smeedee-Mobile Class Usage Examples

Private Properties

Property Type Description
UpdateUI void

Public Methods

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

Private Methods

Method Description
UpdateUI ( ) : void

Method Details

GetDynamicDescription() public method

public GetDynamicDescription ( ) : string
return string

LastRefreshTime() public method

public LastRefreshTime ( ) : System.DateTime
return System.DateTime

LatestCommitsWidget() public method

public LatestCommitsWidget ( ) : System
return System

LoadMore() public method

public LoadMore ( ) : void
return void

OnDescriptionChanged() public method

public OnDescriptionChanged ( EventArgs args ) : void
args System.EventArgs
return void

Refresh() public method

public Refresh ( ) : void
return void

ViewDidLoad() public method

public ViewDidLoad ( ) : void
return void

ViewWillAppear() public method

public ViewWillAppear ( bool animated ) : void
animated bool
return void