C# 클래스 AspNetEdit.UI.EditorManager

파일 보기 프로젝트 열기: mono/aspeditor 1 사용 예제들

공개 메소드들

메소드 설명
GetEditor ( PropertyDescriptor pd, GridRow parentRow ) : BaseEditor
LoadEditor ( Assembly editorAssembly ) : void

비공개 메소드들

메소드 설명
EditorManager ( ) : System
instantiateEditor ( Type type, GridRow parentRow ) : BaseEditor

메소드 상세

GetEditor() 공개 메소드

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

LoadEditor() 공개 메소드

public LoadEditor ( Assembly editorAssembly ) : void
editorAssembly System.Reflection.Assembly
리턴 void