C# 클래스 EGSW.Framework.WebWorkContext

Work context for web application
상속: IWorkContext
파일 보기 프로젝트 열기: careerengine/EGSW-Project

공개 메소드들

메소드 설명
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