C# Класс Orc.NuGetExplorer.NuGetConfigurationService

Наследование: INuGetConfigurationService
Показать файл Открыть проект

Открытые методы

Метод Описание
DisablePackageSource ( string name, string source ) : void
GetDestinationFolder ( ) : string
GetIsPrereleaseAllowed ( IRepository repository ) : bool
LoadPackageSources ( bool onlyEnabled = false ) : IEnumerable
NuGetConfigurationService ( IConfigurationService configurationService, IPackageSourceProvider packageSourceProvider, INuGetFeedVerificationService feedVerificationService ) : System
SetDestinationFolder ( string value ) : void
SetIsPrereleaseAllowed ( IRepository repository, bool value ) : void

Приватные методы

Метод Описание
DeletePackageSource ( string name, string source ) : void
GetIsPrereleaseAllowedKey ( IRepository repository ) : string
SavePackageSource ( string name, string source, bool isEnabled = true, bool isOfficial = true ) : bool
SavePackageSource ( string name, string source, bool isEnabled = true, bool isOfficial = true, bool verifyFeed = true ) : bool
SavePackageSources ( IEnumerable packageSources ) : void

Описание методов

DisablePackageSource() публичный Метод

public DisablePackageSource ( string name, string source ) : void
name string
source string
Результат void

GetDestinationFolder() публичный Метод

public GetDestinationFolder ( ) : string
Результат string

GetIsPrereleaseAllowed() публичный Метод

public GetIsPrereleaseAllowed ( IRepository repository ) : bool
repository IRepository
Результат bool

LoadPackageSources() публичный Метод

public LoadPackageSources ( bool onlyEnabled = false ) : IEnumerable
onlyEnabled bool
Результат IEnumerable

NuGetConfigurationService() публичный Метод

public NuGetConfigurationService ( IConfigurationService configurationService, IPackageSourceProvider packageSourceProvider, INuGetFeedVerificationService feedVerificationService ) : System
configurationService IConfigurationService
packageSourceProvider IPackageSourceProvider
feedVerificationService INuGetFeedVerificationService
Результат System

SetDestinationFolder() публичный Метод

public SetDestinationFolder ( string value ) : void
value string
Результат void

SetIsPrereleaseAllowed() публичный Метод

public SetIsPrereleaseAllowed ( IRepository repository, bool value ) : void
repository IRepository
value bool
Результат void