C# Class AspNetEdit.UI.EditorManager

显示文件 Open project: mono/aspeditor Class Usage Examples

Public Methods

Method Description
GetEditor ( PropertyDescriptor pd, GridRow parentRow ) : BaseEditor
LoadEditor ( Assembly editorAssembly ) : void

Private Methods

Method Description
EditorManager ( ) : System
instantiateEditor ( Type type, GridRow parentRow ) : BaseEditor

Method Details

GetEditor() public method

public GetEditor ( PropertyDescriptor pd, GridRow parentRow ) : BaseEditor
pd System.ComponentModel.PropertyDescriptor
parentRow GridRow
return AspNetEdit.UI.PropertyEditors.BaseEditor

LoadEditor() public method

public LoadEditor ( Assembly editorAssembly ) : void
editorAssembly System.Reflection.Assembly
return void