C# Class Orc.Analytics.Auditors.AnalyticsAuditor

Inheritance: Catel.MVVM.Auditing.AuditorBase
Afficher le fichier Open project: WildGums/Orc.Analytics

Méthodes publiques

Méthode Description
AnalyticsAuditor ( IGoogleAnalyticsService analyticsService ) : System
OnCommandExecuted ( IViewModel viewModel, string commandName, ICatelCommand command, object commandParameter ) : void
OnViewModelClosed ( IViewModel viewModel ) : void
OnViewModelCreated ( IViewModel viewModel ) : void

Method Details

AnalyticsAuditor() public méthode

public AnalyticsAuditor ( IGoogleAnalyticsService analyticsService ) : System
analyticsService IGoogleAnalyticsService
Résultat System

OnCommandExecuted() public méthode

public OnCommandExecuted ( IViewModel viewModel, string commandName, ICatelCommand command, object commandParameter ) : void
viewModel IViewModel
commandName string
command ICatelCommand
commandParameter object
Résultat void

OnViewModelClosed() public méthode

public OnViewModelClosed ( IViewModel viewModel ) : void
viewModel IViewModel
Résultat void

OnViewModelCreated() public méthode

public OnViewModelCreated ( IViewModel viewModel ) : void
viewModel IViewModel
Résultat void