C# 클래스 Rebel.Cms.Web.Model.BackOffice.PropertyEditors.EditorModel

An abstract class representing the model to render a Property Editor's content editor
상속: IHasUIElements
파일 보기 프로젝트 열기: RebelCMS/rebelcmsxu5

Private Properties

프로퍼티 타입 설명

공개 메소드들

메소드 설명
GetSerializedValue ( ) : object>.IDictionary

Returns the serialized value for the PropertyEditor

SetModelValues ( object>.IDictionary serializedVal ) : void

보호된 메소드들

메소드 설명
EditorModel ( ) : System

메소드 상세

EditorModel() 보호된 메소드

protected EditorModel ( ) : System
리턴 System

GetSerializedValue() 공개 메소드

Returns the serialized value for the PropertyEditor
public GetSerializedValue ( ) : object>.IDictionary
리턴 object>.IDictionary

SetModelValues() 공개 메소드

public SetModelValues ( object>.IDictionary serializedVal ) : void
serializedVal object>.IDictionary
리턴 void