C# Class GoogleAnalyticsTracker.Core.TrackerBase

Inheritance: IDisposable, ITrackEvents, ITrackPageViews, ITrackTransactions, ITrackTransactionItems
Afficher le fichier Open project: maartenba/GoogleAnalyticsTracker Class Usage Examples

Méthodes publiques

Méthode Description
TrackAsync ( IGeneralParameters generalParameters ) : Task

Private Methods

Méthode 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 méthode

public TrackAsync ( IGeneralParameters generalParameters ) : Task
generalParameters IGeneralParameters
Résultat Task