C# Class GoogleAnalyticsTracker.Core.TrackerBase

Inheritance: IDisposable, ITrackEvents, ITrackPageViews, ITrackTransactions, ITrackTransactionItems
Mostra file Open project: maartenba/GoogleAnalyticsTracker Class Usage Examples

Public Methods

Method Description
TrackAsync ( IGeneralParameters generalParameters ) : Task

Private Methods

Method Description
GetLowerCaseValueFromEnum ( PropertyInfo propertyInfo, IGeneralParameters parameters ) : object
GetParametersDictionary ( IGeneralParameters parameters ) : string>.IDictionary
GetValueFromEnum ( PropertyInfo propertyInfo, IGeneralParameters parameters ) : object
SetRequired ( IGeneralParameters parameters ) : void

Method Details

TrackAsync() public method

public TrackAsync ( IGeneralParameters generalParameters ) : Task
generalParameters IGeneralParameters
return Task