C# 클래스 ZeroInstall.Store.ViewModel.OwnedImplementationNode

Models information about an implementation in an IStore with a known owning interface for display in a UI.
상속: ImplementationNode
파일 보기 프로젝트 열기: 0install/0install-win 1 사용 예제들

Private Properties

프로퍼티 타입 설명

공개 메소드들

메소드 설명
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!

메소드 상세

OwnedImplementationNode() 공개 메소드

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.
리턴 System

ToString() 공개 메소드

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