C# Class IFEOManage.IFEOInstance

IFEOInstance
Show file Open project: zsxsoft/IFEOManage

Public Properties

Property Type Description
Items ObservableCollection

Public Methods

Method 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

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

Method Details

Delete() public method

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

Delete() public method

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

Export() public method

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

Load() public method

Loads IFEO items
public Load ( ) : bool
return bool

Save() public method

Save IFEO Item to Registry
public Save ( IFEOItem Item ) : bool
Item IFEOItem The item.
return bool

Property Details

Items public property

The items
public ObservableCollection Items
return ObservableCollection