C# Класс ZeroInstall.Store.ViewModel.OwnedImplementationNode

Models information about an implementation in an IStore with a known owning interface for display in a UI.
Наследование: ImplementationNode
Показать файл Открыть проект Примеры использования класса

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