C# Class NuGetGallery.Operations.OpsTask

Inheritance: ICommand
Afficher le fichier Open project: NuGet/NuGet.Services.Dashboard Class Usage Examples

Private Properties

Свойство Type Description
GetCommandAttribute NuGetGallery.Operations.CommandAttribute

Méthodes publiques

Méthode Description
Execute ( ) : void
ExecuteCommand ( ) : void
ValidateArguments ( ) : void

Private Methods

Méthode Description
GetCommandAttribute ( ) : NuGetGallery.Operations.CommandAttribute

Method Details

Execute() public méthode

public Execute ( ) : void
Résultat void

ExecuteCommand() public abstract méthode

public abstract ExecuteCommand ( ) : void
Résultat void

ValidateArguments() public méthode

public ValidateArguments ( ) : void
Résultat void