C# Class Orchard.Environment.DefaultOrchardShell

Inheritance: IOrchardShell
Show file Open project: ucdavis/Orchard Class Usage Examples

Public Methods

Method Description
Activate ( ) : void
DefaultOrchardShell ( Func eventsFactory, IEnumerable routeProviders, IRoutePublisher routePublisher, IEnumerable modelBinderProviders, IModelBinderPublisher modelBinderPublisher, ISweepGenerator sweepGenerator ) : System
Terminate ( ) : void

Method Details

Activate() public method

public Activate ( ) : void
return void

DefaultOrchardShell() public method

public DefaultOrchardShell ( Func eventsFactory, IEnumerable routeProviders, IRoutePublisher routePublisher, IEnumerable modelBinderProviders, IModelBinderPublisher modelBinderPublisher, ISweepGenerator sweepGenerator ) : System
eventsFactory Func
routeProviders IEnumerable
routePublisher IRoutePublisher
modelBinderProviders IEnumerable
modelBinderPublisher IModelBinderPublisher
sweepGenerator ISweepGenerator
return System

Terminate() public method

public Terminate ( ) : void
return void