C# Class Pcc.MarkupLayers

ファイルを表示 Open project: Accusoft/PCC-Viewer-CSharp-Annotation-Layers

Public Methods

Method Description
ProcessRequest ( HttpContext context, Match match ) : void
getLayers ( string viewingSessionId ) : object>>.List

Private Methods

Method Description
cleanList ( HttpContext context, object>.List list ) : object>>.List
createJSONError ( String errorCode, String layerRecordId, String errorDetails = null ) : object>.Dictionary
createResource ( HttpContext context, String resourcePath, String layerRecordId ) : void
deleteResource ( HttpContext context, String resourcePath, String layerRecordId ) : void
generateId ( ) : string
getLayerRecordSummary ( String path, ViewingSessionProperties viewingSessionProperties, string documentMarkupId ) : object>.Dictionary
getList ( HttpContext context, ViewingSessionProperties viewingSessionProperties, string documentMarkupId ) : void
getResource ( HttpContext context, String resourcePath, String layerRecordId ) : void
parseJSON ( String jsonStr ) : object>.Dictionary
sendResponse ( HttpContext context, int status, Object body = null ) : void
toBase64 ( String source ) : string
toJSON ( Object obj ) : string
updateResource ( HttpContext context, String resourcePath, String layerRecordId ) : void

Method Details

ProcessRequest() public method

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

getLayers() public method

public getLayers ( string viewingSessionId ) : object>>.List
viewingSessionId string
return object>>.List