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
Afficher le fichier Open project: RebelCMS/rebelcmsxu5

Private Properties

Свойство Type Description

Méthodes publiques

Méthode Description
GetSerializedValue ( ) : object>.IDictionary

Returns the serialized value for the PropertyEditor

SetModelValues ( object>.IDictionary serializedVal ) : void

Méthodes protégées

Méthode Description
EditorModel ( ) : System

Method Details

EditorModel() protected méthode

protected EditorModel ( ) : System
Résultat System

GetSerializedValue() public méthode

Returns the serialized value for the PropertyEditor
public GetSerializedValue ( ) : object>.IDictionary
Résultat object>.IDictionary

SetModelValues() public méthode

public SetModelValues ( object>.IDictionary serializedVal ) : void
serializedVal object>.IDictionary
Résultat void