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

Models information about a Feed in the IFeedCache for display in a UI.
Наследование: CacheNode
Показать файл Открыть проект Примеры использования класса

Private Properties

Свойство Тип Описание

Открытые методы

Метод Описание
Delete ( ITaskHandler handler ) : void

Deletes this Feed from the IFeedCache it is located in.

FeedNode ( [ feed, [ cache ) : System

Creates a new feed node.

Описание методов

Delete() публичный Метод

Deletes this Feed from the IFeedCache it is located in.
No matching feed could be found in the . The feed could not be deleted. Write access to the cache is not permitted.
public Delete ( ITaskHandler handler ) : void
handler ITaskHandler A callback object used when the the user needs to be asked questions or informed about IO tasks.
Результат void

FeedNode() публичный Метод

Creates a new feed node.
public FeedNode ( [ feed, [ cache ) : System
feed [ The to be represented by this node.
cache [ The the is located in.
Результат System