C# Class Hubbup.Web.Models.LocalJsonRepoSetProvider

Inheritance: JsonRepoSetProvider
显示文件 Open project: Eilon/ProjectKIssueList

Public Methods

Method Description
LocalJsonRepoSetProvider ( IOptions localJsonRepoSetProviderOptions, IHostingEnvironment hostingEnvironment, IApplicationLifetime applicationLifetime, ILogger logger ) : System.IO

Protected Methods

Method Description
GetJsonStream ( ) : Task

Method Details

GetJsonStream() protected method

protected GetJsonStream ( ) : Task
return Task

LocalJsonRepoSetProvider() public method

public LocalJsonRepoSetProvider ( IOptions localJsonRepoSetProviderOptions, IHostingEnvironment hostingEnvironment, IApplicationLifetime applicationLifetime, ILogger logger ) : System.IO
localJsonRepoSetProviderOptions IOptions
hostingEnvironment IHostingEnvironment
applicationLifetime IApplicationLifetime
logger ILogger
return System.IO