C# 클래스 Archetype.PropertyEditors.ArchetypePropertyEditor

상속: Umbraco.Core.PropertyEditors.PropertyEditor
파일 보기 프로젝트 열기: kgiszewski/Archetype

보호된 메소드들

메소드 설명
CreatePreValueEditor ( ) : Umbraco.Core.PropertyEditors.PreValueEditor

Creates a pre value editor instance

CreateValueEditor ( ) : Umbraco.Core.PropertyEditors.PropertyValueEditor

Creates a value editor instance

메소드 상세

CreatePreValueEditor() 보호된 메소드

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

CreateValueEditor() 보호된 메소드

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