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

An attribute used to define all of the basic properties of a property editor on the server side.
Наследование: System.Attribute
Показать файл Открыть проект

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

Метод Описание
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

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

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

public PropertyEditorAttribute ( string id, string name ) : System
id string
name string
Результат System

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

public PropertyEditorAttribute ( string id, string name, string editorView ) : System
id string
name string
editorView string
Результат System

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

public PropertyEditorAttribute ( string id, string name, string valueType, string editorView, string preValueEditorView ) : System
id string
name string
valueType string
editorView string
preValueEditorView string
Результат System