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

Reflection Helper.
Inheritance: Controller
Datei anzeigen Open project: atomia/OrderPage

Public Methods

Method Description
GetClientSpecificResource ( Controller controller, string resourceKey ) : string

Gets the client specific resource.

Private Methods

Method Description
ReflectMethod ( string pluginNamespace, string theme, string methodName, List methodParameters, string defaultPluginNamespace ) : object

Reflects the method for specified client (theme).

Method Details

GetClientSpecificResource() public method

Gets the client specific resource.
public GetClientSpecificResource ( Controller controller, string resourceKey ) : string
controller Controller The controller.
resourceKey string The resource key.
return string