C# 클래스 Rebel.Cms.Web.Model.BackOffice.Editors.BasicContentEditorModel

상속: EditorModel, IModelBindAware
파일 보기 프로젝트 열기: RebelCMS/rebelcmsxu5 1 사용 예제들

Private Properties

프로퍼티 타입 설명

공개 메소드들

메소드 설명
BindModel ( IModelUpdator modelUpdator ) : void

Binds the model with the IUpdator

보호된 메소드들

메소드 설명
BasicContentEditorModel ( ) : System
GetPropertyEditorModelValue ( string alias, object>.Func getValue ) : dynamic

Gets the property editor model value.

PopulateUIElements ( ) : void

Populates the UI elements

SetPropertyEditorModelValue ( string alias, Action setValue ) : void

Sets the property editor model value.

메소드 상세

BasicContentEditorModel() 보호된 메소드

protected BasicContentEditorModel ( ) : System
리턴 System

BindModel() 공개 메소드

Binds the model with the IUpdator
public BindModel ( IModelUpdator modelUpdator ) : void
modelUpdator IModelUpdator
리턴 void

GetPropertyEditorModelValue() 보호된 메소드

Gets the property editor model value.
protected GetPropertyEditorModelValue ( string alias, object>.Func getValue ) : dynamic
alias string The alias.
getValue object>.Func The get value.
리턴 dynamic

PopulateUIElements() 보호된 메소드

Populates the UI elements
protected PopulateUIElements ( ) : void
리턴 void

SetPropertyEditorModelValue() 보호된 메소드

Sets the property editor model value.
protected SetPropertyEditorModelValue ( string alias, Action setValue ) : void
alias string The alias.
setValue Action The set value.
리턴 void