C# Class GitHub.SampleData.RepositoryHostDesigner

Inheritance: ReactiveUI.ReactiveObject, IRepositoryHost
Show file Open project: github/VisualStudio

Public Methods

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

Method Details

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

RepositoryHostDesigner() public method

public RepositoryHostDesigner ( string title ) : System
title string
return System