C# 클래스 N2.Management.Api.ProfileHandler

상속: IHttpHandler, IApiHandler
파일 보기 프로젝트 열기: bherila/n2cms

공개 메소드들

메소드 설명
ProcessRequest ( HttpContext context ) : void
ProcessRequest ( System context ) : void
ProfileHandler ( ) : N2.Engine
ProfileHandler ( IProfileRepository repository ) : N2.Engine

비공개 메소드들

메소드 설명
GetUser ( IPrincipal user ) : ProfileUser
Patch ( System.Web.HttpContextBase context ) : void
Save ( System context ) : void

메소드 상세

ProcessRequest() 공개 메소드

public ProcessRequest ( HttpContext context ) : void
context System.Web.HttpContext
리턴 void

ProcessRequest() 공개 메소드

public ProcessRequest ( System context ) : void
context System
리턴 void

ProfileHandler() 공개 메소드

public ProfileHandler ( ) : N2.Engine
리턴 N2.Engine

ProfileHandler() 공개 메소드

public ProfileHandler ( IProfileRepository repository ) : N2.Engine
repository IProfileRepository
리턴 N2.Engine