C# 클래스 Terradue.ElasticCas.Services.OpenSearchDescriptionService

상속: BaseService
파일 보기 프로젝트 열기: Terradue/DotNetElasticCas

공개 메소드들

메소드 설명
OpenSearchDescriptionDeserializer ( Type type, Stream stream ) : Object
OpenSearchDescriptionSerializer ( IRequestContext reqCtx, object res, IHttpResponse stream ) : void
OpenSearchDescriptionService ( ) : System

비공개 메소드들

메소드 설명
Get ( OpenSearchDescriptionGetRequest request ) : object

메소드 상세

OpenSearchDescriptionDeserializer() 공개 정적인 메소드

public static OpenSearchDescriptionDeserializer ( Type type, Stream stream ) : Object
type System.Type
stream Stream
리턴 Object

OpenSearchDescriptionSerializer() 공개 정적인 메소드

public static OpenSearchDescriptionSerializer ( IRequestContext reqCtx, object res, IHttpResponse stream ) : void
reqCtx IRequestContext
res object
stream IHttpResponse
리턴 void

OpenSearchDescriptionService() 공개 메소드

public OpenSearchDescriptionService ( ) : System
리턴 System