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

Afficher le fichier Open project: umbraco/Belle Class Usage Examples

Private Properties

Свойство Type Description
PropertyEditor System

Méthodes publiques

Méthode Description
Equals ( object obj ) : bool
GetHashCode ( ) : int

Méthodes protégées

Méthode Description
CreatePreValueEditor ( ) : PreValueEditor

Creates a pre value editor instance

CreateValueEditor ( ) : ValueEditor

Creates a value editor instance

Equals ( PropertyEditor other ) : bool

Private Methods

Méthode Description
PropertyEditor ( ) : System

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

Method Details

CreatePreValueEditor() protected méthode

Creates a pre value editor instance
protected CreatePreValueEditor ( ) : PreValueEditor
Résultat PreValueEditor

CreateValueEditor() protected méthode

Creates a value editor instance
protected CreateValueEditor ( ) : ValueEditor
Résultat ValueEditor

Equals() protected méthode

protected Equals ( PropertyEditor other ) : bool
other PropertyEditor
Résultat bool

Equals() public méthode

public Equals ( object obj ) : bool
obj object
Résultat bool

GetHashCode() public méthode

public GetHashCode ( ) : int
Résultat int