1 iw4madminapplicationeventparsers DynamicEventParser
RaidMax edited this page 2023-05-20 22:09:21 -05:00

DynamicEventParser Internal class

Description

empty generic implementation of the IEventParserConfiguration allows script plugins to generate dynamic event parsers

Diagram

  flowchart LR
  classDef interfaceStyle stroke-dasharray: 5 5;
  classDef abstractStyle stroke-width:4px
  subgraph IW4MAdmin.Application.EventParsers
  IW4MAdmin.Application.EventParsers.DynamicEventParser[[DynamicEventParser]]
  IW4MAdmin.Application.EventParsers.BaseEventParser[[BaseEventParser]]
  end
IW4MAdmin.Application.EventParsers.BaseEventParser --> IW4MAdmin.Application.EventParsers.DynamicEventParser

Details

Summary

empty generic implementation of the IEventParserConfiguration allows script plugins to generate dynamic event parsers

Inheritance

Constructors

DynamicEventParser

Source code

public DynamicEventParser(IParserRegexFactory parserRegexFactory, ILogger logger, ApplicationConfiguration appConfig)
Arguments
Type Name Description
IParserRegexFactory parserRegexFactory
ILogger logger
ApplicationConfiguration appConfig

Generated with ModularDoc