C# Class ZeroInstall.Store.ViewModel.OwnedImplementationNode

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

Private Properties

Property Type Description

Public Methods

Method Description
OwnedImplementationNode ( ManifestDigest digest, [ implementation, [ parent, [ store ) : System

Creates a new owned implementation node.

ToString ( ) : string

Returns the Node in the form "Digest URI Version Architecture". Safe for parsing!

Method Details

OwnedImplementationNode() public method

Creates a new owned implementation node.
The manifest file is not valid. The manifest file could not be read. Read access to the file is not permitted.
public OwnedImplementationNode ( ManifestDigest digest, [ implementation, [ parent, [ store ) : System
digest ManifestDigest The digest identifying the implementation.
implementation [ Information about the implementation from a file.
parent [ The node of the feed owning the implementation.
store [ The the implementation is located in.
return System

ToString() public method

Returns the Node in the form "Digest URI Version Architecture". Safe for parsing!
public ToString ( ) : string
return string