C# Class EGSW.Framework.WebWorkContext

Work context for web application
Inheritance: IWorkContext
Show file Open project: careerengine/EGSW-Project

Public Methods

Method Description
WebWorkContext ( System.Web.HttpContextBase httpContext, ICustomerService customerService, IUserAgentHelper userAgentHelper, IAuthenticationService authenticationService ) : System

Protected Methods

Method Description
GetCustomerCookie ( ) : System.Web.HttpCookie
SetCustomerCookie ( System.Guid customerGuid ) : void

Method Details

GetCustomerCookie() protected method

protected GetCustomerCookie ( ) : System.Web.HttpCookie
return System.Web.HttpCookie

SetCustomerCookie() protected method

protected SetCustomerCookie ( System.Guid customerGuid ) : void
customerGuid System.Guid
return void

WebWorkContext() public method

public WebWorkContext ( System.Web.HttpContextBase httpContext, ICustomerService customerService, IUserAgentHelper userAgentHelper, IAuthenticationService authenticationService ) : System
httpContext System.Web.HttpContextBase
customerService ICustomerService
userAgentHelper IUserAgentHelper
authenticationService IAuthenticationService
return System