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

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

공개 메소드들

메소드 설명
DoTrackingFromRequest ( ) : bool
TrackEvent ( EventType type, NameValueCollection inputParameters ) : bool
Tracking ( Request request, Core urlBuilder ) : System

보호된 메소드들

메소드 설명
ApplyTracking ( ) : bool
PrepareDefaultParameters ( NameValueCollection inputParameters ) : NameValueCollection

비공개 메소드들

메소드 설명
Tracking ( ) : System

메소드 상세

ApplyTracking() 보호된 메소드

protected ApplyTracking ( ) : bool
리턴 bool

DoTrackingFromRequest() 공개 메소드

public DoTrackingFromRequest ( ) : bool
리턴 bool

PrepareDefaultParameters() 보호된 메소드

protected PrepareDefaultParameters ( NameValueCollection inputParameters ) : NameValueCollection
inputParameters System.Collections.Specialized.NameValueCollection
리턴 System.Collections.Specialized.NameValueCollection

TrackEvent() 공개 메소드

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

Tracking() 공개 메소드

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