C# Class AspNetEdit.UI.EditorManager

Afficher le fichier Open project: mono/aspeditor Class Usage Examples

Méthodes publiques

Méthode Description
GetEditor ( PropertyDescriptor pd, GridRow parentRow ) : BaseEditor
LoadEditor ( Assembly editorAssembly ) : void

Private Methods

Méthode Description
EditorManager ( ) : System
instantiateEditor ( Type type, GridRow parentRow ) : BaseEditor

Method Details

GetEditor() public méthode

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

LoadEditor() public méthode

public LoadEditor ( Assembly editorAssembly ) : void
editorAssembly System.Reflection.Assembly
Résultat void