C# Class Pcc.HTTPDatabaseHandler

Summary description for HTTPDatabaseHandler
Inheritance: PccHandler
ファイルを表示 Open project: Accusoft/PCC-Viewer-CSharp-Database-Demo

Public Methods

Method Description
ProcessRequest ( HttpContext context, Match match ) : void

Private Methods

Method Description
selectAnnotaion ( HttpContext context, string externalId, string userName ) : void

Selects an annotation from the current database context.

sendResponse ( HttpContext context, int status, Object body = null ) : void
toJSON ( Object obj ) : string
upsertAnnotation ( HttpContext context, string externalId, string userName ) : void

Updates or inserts an annotation into the current database context.

Method Details

ProcessRequest() public method

public ProcessRequest ( HttpContext context, Match match ) : void
context System.Web.HttpContext
match System.Text.RegularExpressions.Match
return void