C# Class Kooboo.Commerce.Data.Context.HttpCurrentInstanceProvider

Inheritance: ICurrentInstanceProvider
Show file Open project: Kooboo/Ecommerce

Public Properties

Property Type Description
GetHttpContext Func

Public Methods

Method Description
GetCurrentInstance ( ) : CommerceInstance
HttpCurrentInstanceProvider ( ICommerceInstanceManager instanceManager ) : System

Protected Methods

Method Description
GetInstanceName ( System.Web.HttpContextBase httpContext ) : string

Method Details

GetCurrentInstance() public method

public GetCurrentInstance ( ) : CommerceInstance
return CommerceInstance

GetInstanceName() protected method

protected GetInstanceName ( System.Web.HttpContextBase httpContext ) : string
httpContext System.Web.HttpContextBase
return string

HttpCurrentInstanceProvider() public method

public HttpCurrentInstanceProvider ( ICommerceInstanceManager instanceManager ) : System
instanceManager ICommerceInstanceManager
return System

Property Details

GetHttpContext public property

public Func GetHttpContext
return Func