C# 클래스 Pcc.MarkupLayers

파일 보기 프로젝트 열기: Accusoft/PCC-Viewer-CSharp-Annotation-Layers

공개 메소드들

메소드 설명
ProcessRequest ( HttpContext context, Match match ) : void
getLayers ( string viewingSessionId ) : object>>.List

비공개 메소드들

메소드 설명
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

메소드 상세

ProcessRequest() 공개 메소드

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

getLayers() 공개 메소드

public getLayers ( string viewingSessionId ) : object>>.List
viewingSessionId string
리턴 object>>.List