C# Класс EGSW.Framework.WebWorkContext

Work context for web application
Наследование: IWorkContext
Показать файл Открыть проект

Открытые методы

Метод Описание
WebWorkContext ( System.Web.HttpContextBase httpContext, ICustomerService customerService, IUserAgentHelper userAgentHelper, IAuthenticationService authenticationService ) : System

Защищенные методы

Метод Описание
GetCustomerCookie ( ) : System.Web.HttpCookie
SetCustomerCookie ( System.Guid customerGuid ) : void

Описание методов

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, IUserAgentHelper userAgentHelper, IAuthenticationService authenticationService ) : System
httpContext System.Web.HttpContextBase
customerService ICustomerService
userAgentHelper IUserAgentHelper
authenticationService IAuthenticationService
Результат System