C# Class Omikron.FactFinder.Adapter.Tracking

Inheritance: AbstractAdapter
ファイルを表示 Open project: FACT-Finder/FACT-Finder-.NET-Library

Public Methods

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

Protected Methods

Method Description
ApplyTracking ( ) : bool
PrepareDefaultParameters ( NameValueCollection inputParameters ) : NameValueCollection

Private Methods

Method Description
Tracking ( ) : System

Method Details

ApplyTracking() protected method

protected ApplyTracking ( ) : bool
return bool

DoTrackingFromRequest() public method

public DoTrackingFromRequest ( ) : bool
return bool

PrepareDefaultParameters() protected method

protected PrepareDefaultParameters ( NameValueCollection inputParameters ) : NameValueCollection
inputParameters System.Collections.Specialized.NameValueCollection
return System.Collections.Specialized.NameValueCollection

TrackEvent() public method

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

Tracking() public method

public Tracking ( Request request, Core urlBuilder ) : System
request Omikron.FactFinder.Core.Server.Request
urlBuilder Core
return System