C# Class Orc.NuGetExplorer.IConfigurationServiceExtensions

Show file Open project: WildGums/Orc.NuGetExplorer

Public Methods

Method Description
GetLastRepository ( this configurationService, RepositoryCategory repositoryCategory ) : string
GetLastRepositoryCategory ( this configurationService ) : string
SetLastRepository ( this configurationService, RepositoryCategory repositoryCategory, IRepository repository ) : void
SetLastRepositoryCategory ( this configurationService, string value ) : void

Private Methods

Method Description
GetLastRepositoryKey ( RepositoryCategory repositoryCategory ) : string

Method Details

GetLastRepository() public static method

public static GetLastRepository ( this configurationService, RepositoryCategory repositoryCategory ) : string
configurationService this
repositoryCategory RepositoryCategory
return string

GetLastRepositoryCategory() public static method

public static GetLastRepositoryCategory ( this configurationService ) : string
configurationService this
return string

SetLastRepository() public static method

public static SetLastRepository ( this configurationService, RepositoryCategory repositoryCategory, IRepository repository ) : void
configurationService this
repositoryCategory RepositoryCategory
repository IRepository
return void

SetLastRepositoryCategory() public static method

public static SetLastRepositoryCategory ( this configurationService, string value ) : void
configurationService this
value string
return void