C# Class Omikron.FactFinder.Adapter.Tracking

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

Méthodes publiques

Méthode Description
DoTrackingFromRequest ( ) : bool
TrackEvent ( EventType type, NameValueCollection inputParameters ) : bool
Tracking ( Request request, Core urlBuilder ) : System

Méthodes protégées

Méthode Description
ApplyTracking ( ) : bool
PrepareDefaultParameters ( NameValueCollection inputParameters ) : NameValueCollection

Private Methods

Méthode Description
Tracking ( ) : System

Method Details

ApplyTracking() protected méthode

protected ApplyTracking ( ) : bool
Résultat bool

DoTrackingFromRequest() public méthode

public DoTrackingFromRequest ( ) : bool
Résultat bool

PrepareDefaultParameters() protected méthode

protected PrepareDefaultParameters ( NameValueCollection inputParameters ) : NameValueCollection
inputParameters System.Collections.Specialized.NameValueCollection
Résultat System.Collections.Specialized.NameValueCollection

TrackEvent() public méthode

public TrackEvent ( EventType type, NameValueCollection inputParameters ) : bool
type Omikron.FactFinder.Data.EventType
inputParameters System.Collections.Specialized.NameValueCollection
Résultat bool

Tracking() public méthode

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