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
파일 보기 프로젝트 열기: umbraco/Belle

공개 메소드들

메소드 설명
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