C# 클래스 Nop.Web.Framework.WebWorkContext

Work context for web application
상속: IWorkContext
파일 보기 프로젝트 열기: emilianionascu/NopCommerce

공개 메소드들

메소드 설명
WebWorkContext ( System.Web.HttpContextBase httpContext, ICustomerService customerService, IAuthenticationService authenticationService, ILanguageService languageService, ICurrencyService currencyService, Nop.Core.Domain.Tax.TaxSettings taxSettings, Nop.Core.Domain.Directory.CurrencySettings currencySettings, Nop.Core.Domain.Localization.LocalizationSettings localizationSettings, IWebHelper webHelper ) : System

보호된 메소드들

메소드 설명
GetCurrentCustomer ( ) : Customer
GetCustomerCookie ( ) : System.Web.HttpCookie
SetCustomerCookie ( System.Guid customerGuid ) : void

메소드 상세

GetCurrentCustomer() 보호된 메소드

protected GetCurrentCustomer ( ) : Customer
리턴 Nop.Core.Domain.Customers.Customer

GetCustomerCookie() 보호된 메소드

protected GetCustomerCookie ( ) : System.Web.HttpCookie
리턴 System.Web.HttpCookie

SetCustomerCookie() 보호된 메소드

protected SetCustomerCookie ( System.Guid customerGuid ) : void
customerGuid System.Guid
리턴 void

WebWorkContext() 공개 메소드

public WebWorkContext ( System.Web.HttpContextBase httpContext, ICustomerService customerService, IAuthenticationService authenticationService, ILanguageService languageService, ICurrencyService currencyService, Nop.Core.Domain.Tax.TaxSettings taxSettings, Nop.Core.Domain.Directory.CurrencySettings currencySettings, Nop.Core.Domain.Localization.LocalizationSettings localizationSettings, IWebHelper webHelper ) : System
httpContext System.Web.HttpContextBase
customerService ICustomerService
authenticationService IAuthenticationService
languageService ILanguageService
currencyService ICurrencyService
taxSettings Nop.Core.Domain.Tax.TaxSettings
currencySettings Nop.Core.Domain.Directory.CurrencySettings
localizationSettings Nop.Core.Domain.Localization.LocalizationSettings
webHelper IWebHelper
리턴 System