Skip to content

iw4madminapplicationeventparsers DynamicEventParser

RaidMax edited this page May 21, 2023 · 1 revision

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
Loading

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

Clone this wiki locally