C# 클래스 Orc.NuGetExplorer.NuGetConfigurationService

상속: INuGetConfigurationService
파일 보기 프로젝트 열기: WildGums/Orc.NuGetExplorer

공개 메소드들

메소드 설명
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