C# Class Orchard.Widgets.RuleEngine.RuleManager.GlobalMethodProvider

Inheritance: IGlobalMethodProvider
Mostrar archivo Open project: ucdavis/Orchard

Public Methods

Method Description
GlobalMethodProvider ( RuleManager ruleManager ) : System.Collections.Generic
Process ( Orchard.Scripting.GlobalMethodContext context ) : void

Method Details

GlobalMethodProvider() public method

public GlobalMethodProvider ( RuleManager ruleManager ) : System.Collections.Generic
ruleManager RuleManager
return System.Collections.Generic

Process() public method

public Process ( Orchard.Scripting.GlobalMethodContext context ) : void
context Orchard.Scripting.GlobalMethodContext
return void