C# Class Orc.Analytics.Auditors.AnalyticsAuditor

Inheritance: Catel.MVVM.Auditing.AuditorBase
Exibir arquivo Open project: WildGums/Orc.Analytics

Public Methods

Method 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 method

public AnalyticsAuditor ( IGoogleAnalyticsService analyticsService ) : System
analyticsService IGoogleAnalyticsService
return System

OnCommandExecuted() public method

public OnCommandExecuted ( IViewModel viewModel, string commandName, ICatelCommand command, object commandParameter ) : void
viewModel IViewModel
commandName string
command ICatelCommand
commandParameter object
return void

OnViewModelClosed() public method

public OnViewModelClosed ( IViewModel viewModel ) : void
viewModel IViewModel
return void

OnViewModelCreated() public method

public OnViewModelCreated ( IViewModel viewModel ) : void
viewModel IViewModel
return void