C# Class SenseNet.Portal.Handlers.BackupIndexHandler

Inheritance: Application, IHttpHandler
Mostrar archivo Open project: maxpavlov/FlexNet

Public Methods

Method Description
BackupIndexHandler ( Node parent ) : System
BackupIndexHandler ( Node parent, string nodeTypeName ) : System
ProcessRequest ( HttpContext context ) : void

Protected Methods

Method Description
BackupIndexHandler ( NodeToken nt ) : System

Method Details

BackupIndexHandler() public method

public BackupIndexHandler ( Node parent ) : System
parent Node
return System

BackupIndexHandler() public method

public BackupIndexHandler ( Node parent, string nodeTypeName ) : System
parent Node
nodeTypeName string
return System

BackupIndexHandler() protected method

protected BackupIndexHandler ( NodeToken nt ) : System
nt SenseNet.ContentRepository.Storage.NodeToken
return System

ProcessRequest() public method

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