C# 클래스 mGitHub.SampleApp.ViewModels.Repositories.RepositoryContributorsViewModel

상속: Caliburn.Micro.Screen
파일 보기 프로젝트 열기: vcaraulean/mGitHub.SampleApp 1 사용 예제들

공개 메소드들

메소드 설명
RepositoryContributorsViewModel ( INavigationService navigationService, IGitHubHost github ) : System.Collections.Generic
Show ( Contributor contributor ) : void

보호된 메소드들

메소드 설명
OnActivate ( ) : void

비공개 메소드들

메소드 설명
ContributorsReceived ( IEnumerable r ) : void

메소드 상세

OnActivate() 보호된 메소드

protected OnActivate ( ) : void
리턴 void

RepositoryContributorsViewModel() 공개 메소드

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

Show() 공개 메소드

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