C# Class NekoKun.AbstractObjectEditor

显示文件 Open project: NekoProject/NekoKun

Protected Properties

Property Type Description
selectedItem Object

Public Methods

Method Description
AbstractObjectEditor ( object>.Dictionary Params ) : System
Commit ( ) : void

Protected Methods

Method Description
InitControl ( ) : void
MakeDirty ( ) : void

Method Details

AbstractObjectEditor() public method

public AbstractObjectEditor ( object>.Dictionary Params ) : System
Params object>.Dictionary
return System

Commit() public method

public Commit ( ) : void
return void

InitControl() protected abstract method

protected abstract InitControl ( ) : void
return void

MakeDirty() protected method

protected MakeDirty ( ) : void
return void

Property Details

selectedItem protected_oe property

protected Object selectedItem
return Object