Свойство | Type | Description | |
---|---|---|---|
GetPackageFileName | string |
Méthode | Description | |
---|---|---|
Exists ( string packageId, SemanticVersion version ) : bool | ||
FindPackage ( string packageId, SemanticVersion version ) : IPackage | ||
GetPackages ( ) : IQueryable |
||
UnzippedPackageRepository ( IPackagePathResolver pathResolver, IFileSystem fileSystem ) : System.IO | ||
UnzippedPackageRepository ( string physicalPath ) : System.IO |
Méthode | Description | |
---|---|---|
GetPackageFileName ( string packageId, SemanticVersion version ) : string |
public Exists ( string packageId, SemanticVersion version ) : bool | ||
packageId | string | |
version | SemanticVersion | |
Résultat | bool |
public FindPackage ( string packageId, SemanticVersion version ) : IPackage | ||
packageId | string | |
version | SemanticVersion | |
Résultat | IPackage |
public UnzippedPackageRepository ( IPackagePathResolver pathResolver, IFileSystem fileSystem ) : System.IO | ||
pathResolver | IPackagePathResolver | |
fileSystem | IFileSystem | |
Résultat | System.IO |
public UnzippedPackageRepository ( string physicalPath ) : System.IO | ||
physicalPath | string | |
Résultat | System.IO |