C# 클래스 Umbraco.Belle.System.PropertyEditors.PropertyEditor

파일 보기 프로젝트 열기: umbraco/Belle 1 사용 예제들

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