C# Class GitHub.Models.DisconnectedRepositoryHost

Inheritance: ReactiveUI.ReactiveObject, IRepositoryHost
ファイルを表示 Open project: github/VisualStudio

Private Properties

Property Type Description

Public Methods

Method Description
DisconnectedRepositoryHost ( ) : System
Dispose ( ) : void
LogIn ( string usernameOrEmail, string password ) : IObservable
LogInFromCache ( ) : IObservable
LogOut ( ) : IObservable

Method Details

DisconnectedRepositoryHost() public method

public DisconnectedRepositoryHost ( ) : System
return System

Dispose() public method

public Dispose ( ) : void
return void

LogIn() public method

public LogIn ( string usernameOrEmail, string password ) : IObservable
usernameOrEmail string
password string
return IObservable

LogInFromCache() public method

public LogInFromCache ( ) : IObservable
return IObservable

LogOut() public method

public LogOut ( ) : IObservable
return IObservable