C# Class ZeroInstall.Store.ViewModel.OrphanedImplementationNode

Models information about an implementation in an IStore without a known owning interface for display in a UI.
Inheritance: ImplementationNode
显示文件 Open project: 0install/0install-win Class Usage Examples

Public Methods

Method Description
OrphanedImplementationNode ( ManifestDigest digest, [ store ) : System

Creates a new orphaned implementation node.

Method Details

OrphanedImplementationNode() public method

Creates a new orphaned implementation node.
The manifest file is not valid. The manifest file could not be read. Read access to the file is not permitted.
public OrphanedImplementationNode ( ManifestDigest digest, [ store ) : System
digest ManifestDigest The digest identifying the implementation.
store [ The the implementation is located in.
return System