C# Class HereSay.Engine.IEngineExtensions

Extension methods for IEngine.
显示文件 Open project: jamestharpe/HereSay

Public Methods

Method Description
GetLanguageGateway ( this engine ) : ILanguageGateway

Gets the current ILanguageGateway implementation. The result is cached for the duration of the current request.

Method Details

GetLanguageGateway() public static method

Gets the current ILanguageGateway implementation. The result is cached for the duration of the current request.
public static GetLanguageGateway ( this engine ) : ILanguageGateway
engine this Specifies the engine managing the language gateway.
return ILanguageGateway