C# Class SwtorCaster.Core.Services.Combat.PlayBackLogService

Inheritance: ICombatLogService
Afficher le fichier Open project: pjmagee/swtor-caster

Private Properties

Свойство Type Description
AddLine void
PlayBack void

Méthodes publiques

Méthode Description
PlayBackLogService ( ISettingsService settingsService, IEventAggregator eventAggregator, IEventService eventService, ICombatLogViewModelFactory logViewModelFactory, ICombatLogParser logParser ) : System
Start ( ) : void
Stop ( ) : void

Private Methods

Méthode Description
AddLine ( string line ) : void
PlayBack ( ) : void

Method Details

PlayBackLogService() public méthode

public PlayBackLogService ( ISettingsService settingsService, IEventAggregator eventAggregator, IEventService eventService, ICombatLogViewModelFactory logViewModelFactory, ICombatLogParser logParser ) : System
settingsService ISettingsService
eventAggregator IEventAggregator
eventService IEventService
logViewModelFactory ICombatLogViewModelFactory
logParser ICombatLogParser
Résultat System

Start() public méthode

public Start ( ) : void
Résultat void

Stop() public méthode

public Stop ( ) : void
Résultat void