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

Inheritance: AbstractBootstrapper
Mostra file Open project: RebelCMS/rebelcmsxu5 Class Usage Examples

Public Methods

Method 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 method

public Boot ( RouteCollection routes ) : void
routes RouteCollection
return void

CmsBootstrapper() public method

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
return System.Collections.Generic

CmsBootstrapper() public method

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
return System.Collections.Generic