C# Class N2.Management.Api.ProfileHandler

Inheritance: IHttpHandler, IApiHandler
Show file Open project: bherila/n2cms

Public Methods

Method Description
ProcessRequest ( HttpContext context ) : void
ProcessRequest ( System context ) : void
ProfileHandler ( ) : N2.Engine
ProfileHandler ( IProfileRepository repository ) : N2.Engine

Private Methods

Method Description
GetUser ( IPrincipal user ) : ProfileUser
Patch ( System.Web.HttpContextBase context ) : void
Save ( System context ) : void

Method Details

ProcessRequest() public method

public ProcessRequest ( HttpContext context ) : void
context System.Web.HttpContext
return void

ProcessRequest() public method

public ProcessRequest ( System context ) : void
context System
return void

ProfileHandler() public method

public ProfileHandler ( ) : N2.Engine
return N2.Engine

ProfileHandler() public method

public ProfileHandler ( IProfileRepository repository ) : N2.Engine
repository IProfileRepository
return N2.Engine