C# 클래스 Carrotware.CMS.Mvc.UI.Admin.Models.ContentPageModel

상속: IValidatableObject
파일 보기 프로젝트 열기: ninianne98/CarrotCakeCMS-MVC 1 사용 예제들

공개 메소드들

메소드 설명
ContentPageModel ( ) : System
GetPage ( System.Guid id, System.Guid versionid, System.Guid importid, string mode ) : ContentPage
GetPost ( System.Guid id, System.Guid versionid, System.Guid importid, string mode ) : ContentPage
RefreshWidgetList ( ) : void
SavePage ( ) : ContentPage
SavePost ( ) : ContentPage
SaveTextWidgets ( ) : void
SetPage ( ContentPage page ) : void
Validate ( System.ComponentModel.DataAnnotations.ValidationContext validationContext ) : IEnumerable

보호된 메소드들

메소드 설명
InitSelections ( ) : void
OverrideCache ( ContentPage pageContents ) : void

메소드 상세

ContentPageModel() 공개 메소드

public ContentPageModel ( ) : System
리턴 System

GetPage() 공개 메소드

public GetPage ( System.Guid id, System.Guid versionid, System.Guid importid, string mode ) : ContentPage
id System.Guid
versionid System.Guid
importid System.Guid
mode string
리턴 Carrotware.CMS.Core.ContentPage

GetPost() 공개 메소드

public GetPost ( System.Guid id, System.Guid versionid, System.Guid importid, string mode ) : ContentPage
id System.Guid
versionid System.Guid
importid System.Guid
mode string
리턴 Carrotware.CMS.Core.ContentPage

InitSelections() 보호된 메소드

protected InitSelections ( ) : void
리턴 void

OverrideCache() 보호된 메소드

protected OverrideCache ( ContentPage pageContents ) : void
pageContents Carrotware.CMS.Core.ContentPage
리턴 void

RefreshWidgetList() 공개 메소드

public RefreshWidgetList ( ) : void
리턴 void

SavePage() 공개 메소드

public SavePage ( ) : ContentPage
리턴 Carrotware.CMS.Core.ContentPage

SavePost() 공개 메소드

public SavePost ( ) : ContentPage
리턴 Carrotware.CMS.Core.ContentPage

SaveTextWidgets() 공개 메소드

public SaveTextWidgets ( ) : void
리턴 void

SetPage() 공개 메소드

public SetPage ( ContentPage page ) : void
page Carrotware.CMS.Core.ContentPage
리턴 void

Validate() 공개 메소드

public Validate ( System.ComponentModel.DataAnnotations.ValidationContext validationContext ) : IEnumerable
validationContext System.ComponentModel.DataAnnotations.ValidationContext
리턴 IEnumerable