C# Class Atomia.Web.Plugin.PublicOrder.Helpers.PartialsProviderImplementer

Partial Provider Implementer.
Inheritance: IPartialsProvider
Datei anzeigen Open project: atomia/OrderPage

Public Methods

Method Description
FetchPageContainerPartialItems ( string controller, string action, System routeData, string container ) : object

Fetches the partial items for the given page in the given placeholder(container).

FetchPagePartialItems ( string controller, string action, System routeData ) : object

Fetches the page partial items(widgets).

FetchPluginContainerPartialItems ( System routeData, string container ) : object

Fetches the partial items for the given placeholder(container).

FetchPluginPartialItems ( System routeData ) : object

Fetches the plugin partial items(widgets).

Method Details

FetchPageContainerPartialItems() public method

Fetches the partial items for the given page in the given placeholder(container).
public FetchPageContainerPartialItems ( string controller, string action, System routeData, string container ) : object
controller string The plugin controller.
action string The plugin action(view).
routeData System The route data from the current executing context.
container string The placeholder(container).
return object

FetchPagePartialItems() public method

Fetches the page partial items(widgets).
public FetchPagePartialItems ( string controller, string action, System routeData ) : object
controller string The plugin controller.
action string The plugin action(view)
routeData System The route data from the current executing context.
return object

FetchPluginContainerPartialItems() public method

Fetches the partial items for the given placeholder(container).
public FetchPluginContainerPartialItems ( System routeData, string container ) : object
routeData System The route data from the current executing context.
container string The placeholder(container).
return object

FetchPluginPartialItems() public method

Fetches the plugin partial items(widgets).
public FetchPluginPartialItems ( System routeData ) : object
routeData System The route data from the current executing context.
return object