C# Class NuGet.Commands.Command

Inheritance: ICommand
Afficher le fichier Open project: xero-github/Nuget Class Usage Examples

Private Properties

Свойство Type Description
GetCommandAttribute CommandAttribute

Méthodes publiques

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

Méthodes protégées

Méthode Description
Command ( ) : System

Private Methods

Méthode Description
GetCommandAttribute ( ) : CommandAttribute

Method Details

Command() protected méthode

protected Command ( ) : System
Résultat System

Execute() public méthode

public Execute ( ) : void
Résultat void

ExecuteCommand() public abstract méthode

public abstract ExecuteCommand ( ) : void
Résultat void