MPNPackageList Class

handler for all mpn packages

Definition

Namespace: PCBI
Assembly: PCB-Investigator (in PCB-Investigator.exe) Version: 0
C#
[SerializableAttribute]
public class MPNPackageList : IDisposable
Inheritance
Object    MPNPackageList
Implements
IDisposable

Constructors

MPNPackageList Init new instance of mpn package list

Methods

AddOrOverwrite add new mpn package data
Dispose remove resources and clear lists
GetAllMPNPackages get a list with all mpn package data in this instance.
GetMPNPackage find mpn in package list and get it (or null if not available)
GetOrCreatePackage add the new package, maybe change the mpn with _counter
Remove remove single mpn from the package list.
Save save the package list as xml in misc directory

Extension Methods

See Also