C# Class Carrotware.CMS.Mvc.UI.Admin.Models.ContentPageModel

Inheritance: IValidatableObject
Afficher le fichier Open project: ninianne98/CarrotCakeCMS-MVC Class Usage Examples

Méthodes publiques

Méthode Description
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

Méthodes protégées

Méthode Description
InitSelections ( ) : void
OverrideCache ( ContentPage pageContents ) : void

Method Details

ContentPageModel() public méthode

public ContentPageModel ( ) : System
Résultat System

GetPage() public méthode

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
Résultat Carrotware.CMS.Core.ContentPage

GetPost() public méthode

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
Résultat Carrotware.CMS.Core.ContentPage

InitSelections() protected méthode

protected InitSelections ( ) : void
Résultat void

OverrideCache() protected méthode

protected OverrideCache ( ContentPage pageContents ) : void
pageContents Carrotware.CMS.Core.ContentPage
Résultat void

RefreshWidgetList() public méthode

public RefreshWidgetList ( ) : void
Résultat void

SavePage() public méthode

public SavePage ( ) : ContentPage
Résultat Carrotware.CMS.Core.ContentPage

SavePost() public méthode

public SavePost ( ) : ContentPage
Résultat Carrotware.CMS.Core.ContentPage

SaveTextWidgets() public méthode

public SaveTextWidgets ( ) : void
Résultat void

SetPage() public méthode

public SetPage ( ContentPage page ) : void
page Carrotware.CMS.Core.ContentPage
Résultat void

Validate() public méthode

public Validate ( System.ComponentModel.DataAnnotations.ValidationContext validationContext ) : IEnumerable
validationContext System.ComponentModel.DataAnnotations.ValidationContext
Résultat IEnumerable