C# Class Kooboo.CMS.Sites.Models.Template

Inheritance: Kooboo.CMS.Sites.Models.DirectoryResource, ISiteObject, IFilePersistable, IPersistable, IIdentifiable, Kooboo.CMS.Sites.Versioning.IVersionable
Afficher le fichier Open project: Tsingbo-Kooboo/KoobooMvc5

Private Properties

Свойство Type Description
IPersistable void
IPersistable void

Méthodes publiques

Méthode Description
Exists ( ) : bool
OnSaving ( ) : void
ParseObject ( IEnumerable relativePaths ) : IEnumerable

Parses the object.

Template ( Kooboo.CMS.Sites.Models.Site site, string name ) : System
Template ( string physicalPath ) : System

Méthodes protégées

Méthode Description
Template ( ) : System

Private Methods

Méthode Description
IPersistable ( ) : void
IPersistable ( IPersistable source ) : void

Method Details

Exists() public méthode

public Exists ( ) : bool
Résultat bool

OnSaving() public méthode

public OnSaving ( ) : void
Résultat void

ParseObject() public méthode

Parses the object.
public ParseObject ( IEnumerable relativePaths ) : IEnumerable
relativePaths IEnumerable The relative paths. {"site1","template","layout","template1"}
Résultat IEnumerable

Template() protected méthode

protected Template ( ) : System
Résultat System

Template() public méthode

public Template ( Kooboo.CMS.Sites.Models.Site site, string name ) : System
site Kooboo.CMS.Sites.Models.Site
name string
Résultat System

Template() public méthode

public Template ( string physicalPath ) : System
physicalPath string
Résultat System