C# Class Composite.Tools.PackageCreator.Types.PcDataPackItemManager

Inheritance: IPackItemManager
Show file Open project: Orckestra/C1-Packages

Public Methods

Method Description
GetItem ( Type type, string id ) : IPackItem
GetItems ( Type type, System.Xml.Linq.XElement config ) : IEnumerable

Method Details

GetItem() public method

public GetItem ( Type type, string id ) : IPackItem
type System.Type
id string
return IPackItem

GetItems() public method

public GetItems ( Type type, System.Xml.Linq.XElement config ) : IEnumerable
type System.Type
config System.Xml.Linq.XElement
return IEnumerable