C# 클래스 Omikron.FactFinder.Adapter.AbstractAdapter

파일 보기 프로젝트 열기: FACT-Finder/FACT-Finder-.NET-Library

보호된 프로퍼티들

프로퍼티 타입 설명
Parameters System.Collections.Specialized.NameValueCollection
Request Omikron.FactFinder.Core.Server.Request
UrlBuilder Core.Client.UrlBuilder

공개 메소드들

메소드 설명
AbstractAdapter ( Request request, Core urlBuilder ) : System

보호된 메소드들

메소드 설명
ConvertServerQueryToClientUrl ( string query ) : Uri
UseJsonResponseContentProcessor ( ) : void
UsePassthroughResponseContentProcessor ( ) : void
UseResponseContentProcessor ( processString callback ) : void
UseXmlResponseContentProcessor ( ) : void

비공개 메소드들

메소드 설명
AbstractAdapter ( ) : System

메소드 상세

AbstractAdapter() 공개 메소드

public AbstractAdapter ( Request request, Core urlBuilder ) : System
request Omikron.FactFinder.Core.Server.Request
urlBuilder Core
리턴 System

ConvertServerQueryToClientUrl() 보호된 메소드

protected ConvertServerQueryToClientUrl ( string query ) : Uri
query string
리턴 System.Uri

UseJsonResponseContentProcessor() 보호된 메소드

protected UseJsonResponseContentProcessor ( ) : void
리턴 void

UsePassthroughResponseContentProcessor() 보호된 메소드

protected UsePassthroughResponseContentProcessor ( ) : void
리턴 void

UseResponseContentProcessor() 보호된 메소드

protected UseResponseContentProcessor ( processString callback ) : void
callback processString
리턴 void

UseXmlResponseContentProcessor() 보호된 메소드

protected UseXmlResponseContentProcessor ( ) : void
리턴 void

프로퍼티 상세

Parameters 보호되어 있는 프로퍼티

protected NameValueCollection,System.Collections.Specialized Parameters
리턴 System.Collections.Specialized.NameValueCollection

Request 보호되어 있는 프로퍼티

protected Request,Omikron.FactFinder.Core.Server Request
리턴 Omikron.FactFinder.Core.Server.Request

UrlBuilder 보호되어 있는 프로퍼티

protected Core.Client.UrlBuilder UrlBuilder
리턴 Core.Client.UrlBuilder