MPNPackageList Class
handler for all mpn packages
Namespace: PCBIAssembly: PCB-Investigator (in PCB-Investigator.exe) Version: 0
[SerializableAttribute]
public class MPNPackageList : IDisposable
<SerializableAttribute>
Public Class MPNPackageList
Implements IDisposable
[SerializableAttribute]
public ref class MPNPackageList : IDisposable
[<SerializableAttribute>]
type MPNPackageList =
class
interface IDisposable
end
- Inheritance
- Object MPNPackageList
- Implements
- IDisposable
| 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
|