프로퍼티 | 타입 | 설명 | |
---|---|---|---|
GetPackageFileName | string |
메소드 | 설명 | |
---|---|---|
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 |
메소드 | 설명 | |
---|---|---|
GetPackageFileName ( string packageId, SemanticVersion version ) : string |
public Exists ( string packageId, SemanticVersion version ) : bool | ||
packageId | string | |
version | SemanticVersion | |
리턴 | bool |
public FindPackage ( string packageId, SemanticVersion version ) : IPackage | ||
packageId | string | |
version | SemanticVersion | |
리턴 | IPackage |
public UnzippedPackageRepository ( IPackagePathResolver pathResolver, IFileSystem fileSystem ) : System.IO | ||
pathResolver | IPackagePathResolver | |
fileSystem | IFileSystem | |
리턴 | System.IO |
public UnzippedPackageRepository ( string physicalPath ) : System.IO | ||
physicalPath | string | |
리턴 | System.IO |