C# Class Rebel.Cms.Web.System.Boot.CmsBootstrapper

Inheritance: AbstractBootstrapper
Afficher le fichier Open project: RebelCMS/rebelcmsxu5 Class Usage Examples

Méthodes publiques

Méthode Description
Boot ( RouteCollection routes ) : void
CmsBootstrapper ( RebelSettings settings, RebelAreaRegistration areaRegistration, InstallAreaRegistration installRegistration, IEnumerable componentAreas ) : System.Collections.Generic
CmsBootstrapper ( RebelSettings settings, RebelAreaRegistration areaRegistration, InstallAreaRegistration installRegistration, IEnumerable componentAreas, IAttributeTypeRegistry attributeTypeRegistry ) : System.Collections.Generic

Method Details

Boot() public méthode

public Boot ( RouteCollection routes ) : void
routes RouteCollection
Résultat void

CmsBootstrapper() public méthode

public CmsBootstrapper ( RebelSettings settings, RebelAreaRegistration areaRegistration, InstallAreaRegistration installRegistration, IEnumerable componentAreas ) : System.Collections.Generic
settings RebelSettings
areaRegistration Rebel.Cms.Web.Mvc.Areas.RebelAreaRegistration
installRegistration Rebel.Cms.Web.Mvc.Areas.InstallAreaRegistration
componentAreas IEnumerable
Résultat System.Collections.Generic

CmsBootstrapper() public méthode

public CmsBootstrapper ( RebelSettings settings, RebelAreaRegistration areaRegistration, InstallAreaRegistration installRegistration, IEnumerable componentAreas, IAttributeTypeRegistry attributeTypeRegistry ) : System.Collections.Generic
settings RebelSettings
areaRegistration Rebel.Cms.Web.Mvc.Areas.RebelAreaRegistration
installRegistration Rebel.Cms.Web.Mvc.Areas.InstallAreaRegistration
componentAreas IEnumerable
attributeTypeRegistry IAttributeTypeRegistry
Résultat System.Collections.Generic