C# Class Rebel.Cms.Web.Model.BackOffice.PropertyEditors.EditorModel

An abstract class representing the model to render a Property Editor's content editor
Inheritance: IHasUIElements
ファイルを表示 Open project: RebelCMS/rebelcmsxu5

Private Properties

Property Type Description

Public Methods

Method Description
GetSerializedValue ( ) : object>.IDictionary

Returns the serialized value for the PropertyEditor

SetModelValues ( object>.IDictionary serializedVal ) : void

Protected Methods

Method Description
EditorModel ( ) : System

Method Details

EditorModel() protected method

protected EditorModel ( ) : System
return System

GetSerializedValue() public method

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

SetModelValues() public method

public SetModelValues ( object>.IDictionary serializedVal ) : void
serializedVal object>.IDictionary
return void