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

Afficher le fichier Open project: RebelCMS/rebelcmsxu5

Private Properties

Свойство Type Description

Méthodes publiques

Méthode Description
GetSerializedValue ( ) : string

Gets the serialized value.

SetModelValue ( string serializedVal ) : void

Sets the model value.

Method Details

GetSerializedValue() public méthode

Gets the serialized value.
public GetSerializedValue ( ) : string
Résultat string

SetModelValue() public méthode

Sets the model value.
public SetModelValue ( string serializedVal ) : void
serializedVal string The serialized val.
Résultat void