C# Class Orc.NuGetExplorer.IConfigurationServiceExtensions

Afficher le fichier Open project: WildGums/Orc.NuGetExplorer

Méthodes publiques

Méthode 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

Méthode Description
GetLastRepositoryKey ( RepositoryCategory repositoryCategory ) : string

Method Details

GetLastRepository() public static méthode

public static GetLastRepository ( this configurationService, RepositoryCategory repositoryCategory ) : string
configurationService this
repositoryCategory RepositoryCategory
Résultat string

GetLastRepositoryCategory() public static méthode

public static GetLastRepositoryCategory ( this configurationService ) : string
configurationService this
Résultat string

SetLastRepository() public static méthode

public static SetLastRepository ( this configurationService, RepositoryCategory repositoryCategory, IRepository repository ) : void
configurationService this
repositoryCategory RepositoryCategory
repository IRepository
Résultat void

SetLastRepositoryCategory() public static méthode

public static SetLastRepositoryCategory ( this configurationService, string value ) : void
configurationService this
value string
Résultat void