C# 클래스 NuGetGallery.AutomaticallyCuratePackageCommand

상속: NuGetGallery.AppCommand, IAutomaticallyCuratePackageCommand
파일 보기 프로젝트 열기: JetBrains/ReSharperGallery

공개 메소드들

메소드 설명
AutomaticallyCuratePackageCommand ( IEntitiesContext entities, ICuratedFeedService curatedFeedService ) : NuGet
Execute ( Package galleryPackage, INupkg nugetPackage, bool commitChanges ) : void

메소드 상세

AutomaticallyCuratePackageCommand() 공개 메소드

public AutomaticallyCuratePackageCommand ( IEntitiesContext entities, ICuratedFeedService curatedFeedService ) : NuGet
entities IEntitiesContext
curatedFeedService ICuratedFeedService
리턴 NuGet

Execute() 공개 메소드

public Execute ( Package galleryPackage, INupkg nugetPackage, bool commitChanges ) : void
galleryPackage Package
nugetPackage INupkg
commitChanges bool
리턴 void