C# Class Orc.NuGetExplorer.PackageSourceFactory

Inheritance: IPackageSourceFactory
Show file Open project: WildGums/Orc.NuGetExplorer

Public Methods

Method Description
CreatePackageSource ( string source, string name, bool isEnabled, bool isOfficial ) : IPackageSource

Method Details

CreatePackageSource() public method

public CreatePackageSource ( string source, string name, bool isEnabled, bool isOfficial ) : IPackageSource
source string
name string
isEnabled bool
isOfficial bool
return IPackageSource