C# Class Harvest.OrchardDevToolbelt.Shapes.WeatherShapes

Inheritance: Orchard.DisplayManagement.Implementation.ShapeDisplayEvents
Mostrar archivo Open project: sfmskywalker/OrchardDevToolbelt

Public Methods

Method Description
Displayed ( Orchard.DisplayManagement.Implementation.ShapeDisplayedContext context ) : void
Displaying ( Orchard.DisplayManagement.Implementation.ShapeDisplayingContext context ) : void
WeatherShapes ( IWeatherService weatherService ) : Harvest.OrchardDevToolbelt.Services

Method Details

Displayed() public method

public Displayed ( Orchard.DisplayManagement.Implementation.ShapeDisplayedContext context ) : void
context Orchard.DisplayManagement.Implementation.ShapeDisplayedContext
return void

Displaying() public method

public Displaying ( Orchard.DisplayManagement.Implementation.ShapeDisplayingContext context ) : void
context Orchard.DisplayManagement.Implementation.ShapeDisplayingContext
return void

WeatherShapes() public method

public WeatherShapes ( IWeatherService weatherService ) : Harvest.OrchardDevToolbelt.Services
weatherService IWeatherService
return Harvest.OrchardDevToolbelt.Services