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

Represents a model for a script editor
상속: EditorModel
파일 보기 프로젝트 열기: RebelCMS/rebelcmsxu5 1 사용 예제들

Private Properties

프로퍼티 타입 설명
FileEditorModel System

공개 메소드들

메소드 설명
CreateNew ( ) : FileEditorModel
FileEditorModel ( HiveId id, string name, DateTimeOffset created, DateTimeOffset updated, Func content ) : System

보호된 메소드들

메소드 설명
PopulateUIElements ( ) : void

비공개 메소드들

메소드 설명
FileEditorModel ( ) : System

메소드 상세

CreateNew() 공개 정적인 메소드

public static CreateNew ( ) : FileEditorModel
리턴 FileEditorModel

FileEditorModel() 공개 메소드

public FileEditorModel ( HiveId id, string name, DateTimeOffset created, DateTimeOffset updated, Func content ) : System
id HiveId
name string
created DateTimeOffset
updated DateTimeOffset
content Func
리턴 System

PopulateUIElements() 보호된 메소드

protected PopulateUIElements ( ) : void
리턴 void