C# Class GitHub.SampleData.RepositoryHostDesigner

Inheritance: ReactiveUI.ReactiveObject, IRepositoryHost
Afficher le fichier Open project: github/VisualStudio

Méthodes publiques

Méthode Description
Dispose ( ) : void
LogIn ( string usernameOrEmail, string password ) : IObservable
LogInFromCache ( ) : IObservable
LogOut ( ) : IObservable
RepositoryHostDesigner ( string title ) : System

Method Details

Dispose() public méthode

public Dispose ( ) : void
Résultat void

LogIn() public méthode

public LogIn ( string usernameOrEmail, string password ) : IObservable
usernameOrEmail string
password string
Résultat IObservable

LogInFromCache() public méthode

public LogInFromCache ( ) : IObservable
Résultat IObservable

LogOut() public méthode

public LogOut ( ) : IObservable
Résultat IObservable

RepositoryHostDesigner() public méthode

public RepositoryHostDesigner ( string title ) : System
title string
Résultat System