C# 클래스 SwtorCaster.Core.Services.Factory.CombatLogViewModelFactory

상속: ICombatLogViewModelFactory
파일 보기 프로젝트 열기: pjmagee/swtor-caster

공개 메소드들

메소드 설명
CombatLogViewModelFactory ( ISettingsService settingsService, IImageService imageService, IFontService fontService ) : System
Create ( CombatLogEvent @event ) : CombatLogViewModel

비공개 메소드들

메소드 설명
ApplyAbilitySettings ( CombatLogEvent @event, CombatLogViewModel viewModel, Settings settings ) : void
ApplyFontSettings ( CombatLogViewModel viewModel, Settings settings ) : void
ApplyLoggerSettings ( CombatLogEvent combatLogEvent, CombatLogViewModel viewModel, Settings settings ) : void

메소드 상세

CombatLogViewModelFactory() 공개 메소드

public CombatLogViewModelFactory ( ISettingsService settingsService, IImageService imageService, IFontService fontService ) : System
settingsService ISettingsService
imageService IImageService
fontService IFontService
리턴 System

Create() 공개 메소드

public Create ( CombatLogEvent @event ) : CombatLogViewModel
@event CombatLogEvent
리턴 CombatLogViewModel