C# Class ZeroInstall.Store.ViewModel.FeedNode

Models information about a Feed in the IFeedCache for display in a UI.
Inheritance: CacheNode
显示文件 Open project: 0install/0install-win Class Usage Examples

Private Properties

Property Type Description

Public Methods

Method Description
Delete ( ITaskHandler handler ) : void

Deletes this Feed from the IFeedCache it is located in.

FeedNode ( [ feed, [ cache ) : System

Creates a new feed node.

Method Details

Delete() public method

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.
return void

FeedNode() public method

Creates a new feed node.
public FeedNode ( [ feed, [ cache ) : System
feed [ The to be represented by this node.
cache [ The the is located in.
return System