C# Class Archetype.PropertyEditors.ArchetypePropertyEditor

Inheritance: Umbraco.Core.PropertyEditors.PropertyEditor
Show file Open project: kgiszewski/Archetype

Protected Methods

Method 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 method

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

CreateValueEditor() protected method

Creates a value editor instance
protected CreateValueEditor ( ) : Umbraco.Core.PropertyEditors.PropertyValueEditor
return Umbraco.Core.PropertyEditors.PropertyValueEditor