C# Class mGitHub.SampleApp.ViewModels.Repositories.RepositoryContributorsViewModel

Inheritance: Caliburn.Micro.Screen
Show file Open project: vcaraulean/mGitHub.SampleApp Class Usage Examples

Public Methods

Method Description
RepositoryContributorsViewModel ( INavigationService navigationService, IGitHubHost github ) : System.Collections.Generic
Show ( Contributor contributor ) : void

Protected Methods

Method Description
OnActivate ( ) : void

Private Methods

Method Description
ContributorsReceived ( IEnumerable r ) : void

Method Details

OnActivate() protected method

protected OnActivate ( ) : void
return void

RepositoryContributorsViewModel() public method

public RepositoryContributorsViewModel ( INavigationService navigationService, IGitHubHost github ) : System.Collections.Generic
navigationService INavigationService
github IGitHubHost
return System.Collections.Generic

Show() public method

public Show ( Contributor contributor ) : void
contributor mGitHub.SampleApp.Model.Contributor
return void