C# Class ZeroInstall.EntryContainer

Inheritance: HierarchyEntry
显示文件 Open project: 0install/0install-win Class Usage Examples

Protected Properties

Property Type Description
Entries List

Public Methods

Method Description
Add ( HierarchyEntry newEntry ) : void

Protected Methods

Method Description
EntryContainer ( string name, EntryContainer parent, System.DateTime lastWrite ) : System

Method Details

Add() public method

public Add ( HierarchyEntry newEntry ) : void
newEntry HierarchyEntry
return void

EntryContainer() protected method

protected EntryContainer ( string name, EntryContainer parent, System.DateTime lastWrite ) : System
name string
parent EntryContainer
lastWrite System.DateTime
return System

Property Details

Entries protected_oe property

protected List Entries
return List