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

显示文件 Open project: RebelCMS/rebelcmsxu5

Private Properties

Property Type Description

Public Methods

Method Description
GetSerializedValue ( ) : string

Gets the serialized value.

SetModelValue ( string serializedVal ) : void

Sets the model value.

Method Details

GetSerializedValue() public method

Gets the serialized value.
public GetSerializedValue ( ) : string
return string

SetModelValue() public method

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