C# Class SenseNet.ContentRepository.HttpEndpointDemoContent

Inheritance: Application, IHttpHandler
Show file Open project: maxpavlov/FlexNet

Private Properties

Property Type Description

Public Methods

Method Description
GetProperty ( string name ) : object
HttpEndpointDemoContent ( Node parent ) : System
HttpEndpointDemoContent ( Node parent, string nodeTypeName ) : System
ProcessRequest ( HttpContext context ) : void
SetProperty ( string name, object value ) : void

Protected Methods

Method Description
HttpEndpointDemoContent ( NodeToken nt ) : System

Method Details

GetProperty() public method

public GetProperty ( string name ) : object
name string
return object

HttpEndpointDemoContent() public method

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

HttpEndpointDemoContent() public method

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

HttpEndpointDemoContent() protected method

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

ProcessRequest() public method

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

SetProperty() public method

public SetProperty ( string name, object value ) : void
name string
value object
return void