C# Class IFEOManage.IFEOInstance

IFEOInstance
Afficher le fichier Open project: zsxsoft/IFEOManage

Méthodes publiques

Свойство Type Description
Items ObservableCollection

Méthodes publiques

Méthode Description
Delete ( IEnumerable DeleteList ) : bool

Deletes IFEO items from both class and registry

Delete ( IEnumerable DeleteIDList ) : bool

Deletes IFEO items from both class and registry

Export ( IEnumerable Items, string OutputFile ) : void

Exports the specified items.

Load ( ) : bool

Loads IFEO items

Save ( IFEOItem Item ) : bool

Save IFEO Item to Registry

Private Methods

Méthode Description
GetValue ( RegistryKey RegKey, string Key ) : object
IFEOInstance ( ) : System
_FormatDebuggerStringAndUpdate ( IFEOItem Debugger ) : void

Method Details

Delete() public méthode

Deletes IFEO items from both class and registry
public Delete ( IEnumerable DeleteList ) : bool
DeleteList IEnumerable The deletion list.
Résultat bool

Delete() public méthode

Deletes IFEO items from both class and registry
public Delete ( IEnumerable DeleteIDList ) : bool
DeleteIDList IEnumerable The deletion identifier list.
Résultat bool

Export() public méthode

Exports the specified items.
public Export ( IEnumerable Items, string OutputFile ) : void
Items IEnumerable The items.
OutputFile string The output file.
Résultat void

Load() public méthode

Loads IFEO items
public Load ( ) : bool
Résultat bool

Save() public méthode

Save IFEO Item to Registry
public Save ( IFEOItem Item ) : bool
Item IFEOItem The item.
Résultat bool

Property Details

Items public_oe property

The items
public ObservableCollection Items
Résultat ObservableCollection