C# Class N2.Management.Api.ProfileHandler

Inheritance: IHttpHandler, IApiHandler
Afficher le fichier Open project: bherila/n2cms

Méthodes publiques

Méthode Description
ProcessRequest ( HttpContext context ) : void
ProcessRequest ( System context ) : void
ProfileHandler ( ) : N2.Engine
ProfileHandler ( IProfileRepository repository ) : N2.Engine

Private Methods

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

Method Details

ProcessRequest() public méthode

public ProcessRequest ( HttpContext context ) : void
context System.Web.HttpContext
Résultat void

ProcessRequest() public méthode

public ProcessRequest ( System context ) : void
context System
Résultat void

ProfileHandler() public méthode

public ProfileHandler ( ) : N2.Engine
Résultat N2.Engine

ProfileHandler() public méthode

public ProfileHandler ( IProfileRepository repository ) : N2.Engine
repository IProfileRepository
Résultat N2.Engine