C# 클래스 NuGetGallery.Operations.OpsTask

상속: ICommand
파일 보기 프로젝트 열기: NuGet/NuGet.Services.Dashboard 1 사용 예제들

Private Properties

프로퍼티 타입 설명
GetCommandAttribute NuGetGallery.Operations.CommandAttribute

공개 메소드들

메소드 설명
Execute ( ) : void
ExecuteCommand ( ) : void
ValidateArguments ( ) : void

비공개 메소드들

메소드 설명
GetCommandAttribute ( ) : NuGetGallery.Operations.CommandAttribute

메소드 상세

Execute() 공개 메소드

public Execute ( ) : void
리턴 void

ExecuteCommand() 공개 추상적인 메소드

public abstract ExecuteCommand ( ) : void
리턴 void

ValidateArguments() 공개 메소드

public ValidateArguments ( ) : void
리턴 void