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

An attribute used to define all of the basic properties of a property editor on the server side.
Inheritance: System.Attribute
显示文件 Open project: umbraco/Belle

Public Methods

Method Description
PropertyEditorAttribute ( string id, string name ) : System
PropertyEditorAttribute ( string id, string name, string editorView ) : System
PropertyEditorAttribute ( string id, string name, string valueType, string editorView, string preValueEditorView ) : System

Method Details

PropertyEditorAttribute() public method

public PropertyEditorAttribute ( string id, string name ) : System
id string
name string
return System

PropertyEditorAttribute() public method

public PropertyEditorAttribute ( string id, string name, string editorView ) : System
id string
name string
editorView string
return System

PropertyEditorAttribute() public method

public PropertyEditorAttribute ( string id, string name, string valueType, string editorView, string preValueEditorView ) : System
id string
name string
valueType string
editorView string
preValueEditorView string
return System