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

파일 보기 프로젝트 열기: RebelCMS/rebelcmsxu5

Private Properties

프로퍼티 타입 설명

공개 메소드들

메소드 설명
GetSerializedValue ( ) : string

Gets the serialized value.

SetModelValue ( string serializedVal ) : void

Sets the model value.

메소드 상세

GetSerializedValue() 공개 메소드

Gets the serialized value.
public GetSerializedValue ( ) : string
리턴 string

SetModelValue() 공개 메소드

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