C# Class GitHub.VisualStudio.TeamExplorer.Connect.GitHubConnectSection

Inheritance: GitHub.VisualStudio.Base.TeamExplorerSectionBase, IGitHubConnectSection
Afficher le fichier Open project: github/VisualStudio

Private Properties

Свойство Type Description
HandleClonedRepo void
HandleCreatedRepo void
OnPropertyChange void
RefreshConnections void
RefreshRepositories Task
ShowNotification void
StartFlow void
UpdateConnection void
UpdateRepositoryList void

Méthodes publiques

Méthode Description
DoClone ( ) : void
DoCreate ( ) : void
GitHubConnectSection ( ISimpleApiClientFactory apiFactory, ITeamExplorerServiceHolder holder, IConnectionManager manager, IPackageSettings packageSettings, int index ) : System
Initialize ( IServiceProvider serviceProvider ) : void
Login ( ) : void
OpenRepository ( ) : bool
Refresh ( ) : void
SignOut ( ) : void

Méthodes protégées

Méthode Description
Dispose ( bool disposing ) : void
Refresh ( IConnection connection ) : void

Private Methods

Méthode Description
HandleClonedRepo ( ILocalRepositoryModel newrepo ) : void
HandleCreatedRepo ( ILocalRepositoryModel newrepo ) : void
OnPropertyChange ( object sender, PropertyChangedEventArgs e ) : void
RefreshConnections ( object sender, NotifyCollectionChangedEventArgs e ) : void
RefreshRepositories ( ) : Task
ShowNotification ( ILocalRepositoryModel newrepo, string msg ) : void
StartFlow ( UIControllerFlow controllerFlow ) : void
UpdateConnection ( ) : void
UpdateRepositoryList ( object sender, NotifyCollectionChangedEventArgs e ) : void

Method Details

Dispose() protected méthode

protected Dispose ( bool disposing ) : void
disposing bool
Résultat void

DoClone() public méthode

public DoClone ( ) : void
Résultat void

DoCreate() public méthode

public DoCreate ( ) : void
Résultat void

GitHubConnectSection() public méthode

public GitHubConnectSection ( ISimpleApiClientFactory apiFactory, ITeamExplorerServiceHolder holder, IConnectionManager manager, IPackageSettings packageSettings, int index ) : System
apiFactory ISimpleApiClientFactory
holder ITeamExplorerServiceHolder
manager IConnectionManager
packageSettings IPackageSettings
index int
Résultat System

Initialize() public méthode

public Initialize ( IServiceProvider serviceProvider ) : void
serviceProvider IServiceProvider
Résultat void

Login() public méthode

public Login ( ) : void
Résultat void

OpenRepository() public méthode

public OpenRepository ( ) : bool
Résultat bool

Refresh() public méthode

public Refresh ( ) : void
Résultat void

Refresh() protected méthode

protected Refresh ( IConnection connection ) : void
connection IConnection
Résultat void

SignOut() public méthode

public SignOut ( ) : void
Résultat void