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

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

Private Properties

Property Type Description
PropertyEditor System

Public Methods

Method Description
Equals ( object obj ) : bool
GetHashCode ( ) : int

Protected Methods

Method Description
CreatePreValueEditor ( ) : PreValueEditor

Creates a pre value editor instance

CreateValueEditor ( ) : ValueEditor

Creates a value editor instance

Equals ( PropertyEditor other ) : bool

Private Methods

Method Description
PropertyEditor ( ) : System

The constructor will setup the property editor based on the attribute if one is found

Method Details

CreatePreValueEditor() protected method

Creates a pre value editor instance
protected CreatePreValueEditor ( ) : PreValueEditor
return PreValueEditor

CreateValueEditor() protected method

Creates a value editor instance
protected CreateValueEditor ( ) : ValueEditor
return ValueEditor

Equals() protected method

protected Equals ( PropertyEditor other ) : bool
other PropertyEditor
return bool

Equals() public method

public Equals ( object obj ) : bool
obj object
return bool

GetHashCode() public method

public GetHashCode ( ) : int
return int