C# Class NuGet.Commands.ListCommand

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

Private Properties

Property Type Description
GetPackages IEnumerable
GetRepository IPackageRepository
ListCommand System

Public Methods

Method Description
ExecuteCommand ( ) : void

Private Methods

Method Description
GetPackages ( ) : IEnumerable
GetRepository ( ) : IPackageRepository
ListCommand ( IPackageRepositoryFactory packageRepositoryFactory, IPackageSourceProvider sourceProvider ) : System

Method Details

ExecuteCommand() public method

public ExecuteCommand ( ) : void
return void