C# Class Smeedee.Model.LatestCommits

显示文件 Open project: Smeedee/Smeedee-Mobile Class Usage Examples

Public Methods

Method Description
LatestCommits ( ) : System
Load ( System.Action callback ) : void
LoadMore ( System.Action callback ) : void

Private Methods

Method Description
StoreNewCommits ( IEnumerable loadedCommits ) : void

Method Details

LatestCommits() public method

public LatestCommits ( ) : System
return System

Load() public method

public Load ( System.Action callback ) : void
callback System.Action
return void

LoadMore() public method

public LoadMore ( System.Action callback ) : void
callback System.Action
return void