C# Класс Umbraco.Belle.System.PropertyEditors.PropertyEditor

Показать файл Открыть проект Примеры использования класса

Private Properties

Свойство Тип Описание
PropertyEditor System

Открытые методы

Метод Описание
Equals ( object obj ) : bool
GetHashCode ( ) : int

Защищенные методы

Метод Описание
CreatePreValueEditor ( ) : PreValueEditor

Creates a pre value editor instance

CreateValueEditor ( ) : ValueEditor

Creates a value editor instance

Equals ( PropertyEditor other ) : bool

Приватные методы

Метод Описание
PropertyEditor ( ) : System

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

Описание методов

CreatePreValueEditor() защищенный Метод

Creates a pre value editor instance
protected CreatePreValueEditor ( ) : PreValueEditor
Результат PreValueEditor

CreateValueEditor() защищенный Метод

Creates a value editor instance
protected CreateValueEditor ( ) : ValueEditor
Результат ValueEditor

Equals() защищенный Метод

protected Equals ( PropertyEditor other ) : bool
other PropertyEditor
Результат bool

Equals() публичный Метод

public Equals ( object obj ) : bool
obj object
Результат bool

GetHashCode() публичный Метод

public GetHashCode ( ) : int
Результат int