C# Class Umbraco.Belle.System.PropertyEditors.ValueEditor

显示文件 Open project: umbraco/Belle Class Usage Examples

Private Properties

Property Type Description

Public Methods

Method Description
ValueEditor ( ) : System.Collections.Generic

assign defaults

ValueEditor ( string view ) : System.Collections.Generic

Creates a new editor with the specified view

Method Details

ValueEditor() public method

assign defaults
public ValueEditor ( ) : System.Collections.Generic
return System.Collections.Generic

ValueEditor() public method

Creates a new editor with the specified view
public ValueEditor ( string view ) : System.Collections.Generic
view string
return System.Collections.Generic