C# Class ServiceStackToolkit.Automation.Commands.AddNuGetPackagesCommand

Inheritance: NuPattern.Runtime.Command
ファイルを表示 Open project: jezzsantos/servicestacktoolkit

Private Properties

Property Type Description

Public Methods

Method Description
AddNuGetPackagesCommand ( ) : System

Creates a new instance of the class.

Execute ( ) : void

Executes this commmand.

Method Details

AddNuGetPackagesCommand() public method

Creates a new instance of the class.
public AddNuGetPackagesCommand ( ) : System
return System

Execute() public method

Executes this commmand.
public Execute ( ) : void
return void