C# 클래스 IFEOManage.IFEOInstance

IFEOInstance
파일 보기 프로젝트 열기: zsxsoft/IFEOManage

공개 프로퍼티들

프로퍼티 타입 설명
Items ObservableCollection

공개 메소드들

메소드 설명
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

비공개 메소드들

메소드 설명
GetValue ( RegistryKey RegKey, string Key ) : object
IFEOInstance ( ) : System
_FormatDebuggerStringAndUpdate ( IFEOItem Debugger ) : void

메소드 상세

Delete() 공개 메소드

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

Delete() 공개 메소드

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

Export() 공개 메소드

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

Load() 공개 메소드

Loads IFEO items
public Load ( ) : bool
리턴 bool

Save() 공개 메소드

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

프로퍼티 상세

Items 공개적으로 프로퍼티

The items
public ObservableCollection Items
리턴 ObservableCollection