C# Class Omikron.FactFinder.Adapter.AbstractAdapter

Afficher le fichier Open project: FACT-Finder/FACT-Finder-.NET-Library

Protected Properties

Свойство Type Description
Parameters System.Collections.Specialized.NameValueCollection
Request Omikron.FactFinder.Core.Server.Request
UrlBuilder Core.Client.UrlBuilder

Méthodes publiques

Méthode Description
AbstractAdapter ( Request request, Core urlBuilder ) : System

Méthodes protégées

Méthode Description
ConvertServerQueryToClientUrl ( string query ) : Uri
UseJsonResponseContentProcessor ( ) : void
UsePassthroughResponseContentProcessor ( ) : void
UseResponseContentProcessor ( processString callback ) : void
UseXmlResponseContentProcessor ( ) : void

Private Methods

Méthode Description
AbstractAdapter ( ) : System

Method Details

AbstractAdapter() public méthode

public AbstractAdapter ( Request request, Core urlBuilder ) : System
request Omikron.FactFinder.Core.Server.Request
urlBuilder Core
Résultat System

ConvertServerQueryToClientUrl() protected méthode

protected ConvertServerQueryToClientUrl ( string query ) : Uri
query string
Résultat System.Uri

UseJsonResponseContentProcessor() protected méthode

protected UseJsonResponseContentProcessor ( ) : void
Résultat void

UsePassthroughResponseContentProcessor() protected méthode

protected UsePassthroughResponseContentProcessor ( ) : void
Résultat void

UseResponseContentProcessor() protected méthode

protected UseResponseContentProcessor ( processString callback ) : void
callback processString
Résultat void

UseXmlResponseContentProcessor() protected méthode

protected UseXmlResponseContentProcessor ( ) : void
Résultat void

Property Details

Parameters protected_oe property

protected NameValueCollection,System.Collections.Specialized Parameters
Résultat System.Collections.Specialized.NameValueCollection

Request protected_oe property

protected Request,Omikron.FactFinder.Core.Server Request
Résultat Omikron.FactFinder.Core.Server.Request

UrlBuilder protected_oe property

protected Core.Client.UrlBuilder UrlBuilder
Résultat Core.Client.UrlBuilder