C# Class Archetype.PropertyEditors.ArchetypePropertyEditor

Inheritance: Umbraco.Core.PropertyEditors.PropertyEditor
Afficher le fichier Open project: kgiszewski/Archetype

Méthodes protégées

Méthode Description
CreatePreValueEditor ( ) : Umbraco.Core.PropertyEditors.PreValueEditor

Creates a pre value editor instance

CreateValueEditor ( ) : Umbraco.Core.PropertyEditors.PropertyValueEditor

Creates a value editor instance

Method Details

CreatePreValueEditor() protected méthode

Creates a pre value editor instance
protected CreatePreValueEditor ( ) : Umbraco.Core.PropertyEditors.PreValueEditor
Résultat Umbraco.Core.PropertyEditors.PreValueEditor

CreateValueEditor() protected méthode

Creates a value editor instance
protected CreateValueEditor ( ) : Umbraco.Core.PropertyEditors.PropertyValueEditor
Résultat Umbraco.Core.PropertyEditors.PropertyValueEditor