C# Class NuGet.Commands.Command

Inheritance: ICommand
ファイルを表示 Open project: xero-github/Nuget Class Usage Examples

Private Properties

Property Type Description
GetCommandAttribute CommandAttribute

Public Methods

Method Description
Execute ( ) : void
ExecuteCommand ( ) : void

Protected Methods

Method Description
Command ( ) : System

Private Methods

Method Description
GetCommandAttribute ( ) : CommandAttribute

Method Details

Command() protected method

protected Command ( ) : System
return System

Execute() public method

public Execute ( ) : void
return void

ExecuteCommand() public abstract method

public abstract ExecuteCommand ( ) : void
return void