C# Class EGSW.Framework.WebWorkContext

Work context for web application
Inheritance: IWorkContext
Afficher le fichier Open project: careerengine/EGSW-Project

Méthodes publiques

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

Méthodes protégées

Méthode Description
GetCustomerCookie ( ) : System.Web.HttpCookie
SetCustomerCookie ( System.Guid customerGuid ) : void

Method Details

GetCustomerCookie() protected méthode

protected GetCustomerCookie ( ) : System.Web.HttpCookie
Résultat System.Web.HttpCookie

SetCustomerCookie() protected méthode

protected SetCustomerCookie ( System.Guid customerGuid ) : void
customerGuid System.Guid
Résultat void

WebWorkContext() public méthode

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