C# Class NuGet.PowerShell.Commands.AddBindingRedirectCommand

Inheritance: NuGetBaseCommand
显示文件 Open project: monoman/NugetCracker

Private Properties

Property Type Description

Public Methods

Method Description
AddBindingRedirectCommand ( ) : System
AddBindingRedirectCommand ( ISolutionManager solutionManager, IHttpClientEvents httpClientEvents ) : System

Protected Methods

Method Description
ProcessRecordCore ( ) : void

Method Details

AddBindingRedirectCommand() public method

public AddBindingRedirectCommand ( ) : System
return System

AddBindingRedirectCommand() public method

public AddBindingRedirectCommand ( ISolutionManager solutionManager, IHttpClientEvents httpClientEvents ) : System
solutionManager ISolutionManager
httpClientEvents IHttpClientEvents
return System

ProcessRecordCore() protected method

protected ProcessRecordCore ( ) : void
return void