Skip to content

iw4madminapplicationfactories ParserRegexFactory

RaidMax edited this page May 21, 2023 · 1 revision

ParserRegexFactory Public class

Description

Implementation of the IParserRegexFactory

Diagram

  flowchart LR
  classDef interfaceStyle stroke-dasharray: 5 5;
  classDef abstractStyle stroke-width:4px
  subgraph IW4MAdmin.Application.Factories
  IW4MAdmin.Application.Factories.ParserRegexFactory[[ParserRegexFactory]]
  end
  subgraph SharedLibraryCore.Interfaces
  SharedLibraryCore.Interfaces.IParserRegexFactory[[IParserRegexFactory]]
  class SharedLibraryCore.Interfaces.IParserRegexFactory interfaceStyle;
  end
SharedLibraryCore.Interfaces.IParserRegexFactory --> IW4MAdmin.Application.Factories.ParserRegexFactory
Loading

Members

Methods

Public methods

Returns Name
ParserRegex CreateParserRegex()
creates a new ParserRegex instance

Details

Summary

Implementation of the IParserRegexFactory

Inheritance

Constructors

ParserRegexFactory

Source code

public ParserRegexFactory(IServiceProvider serviceProvider)
Arguments
Type Name Description
IServiceProvider serviceProvider

Methods

CreateParserRegex

Source code

public virtual ParserRegex CreateParserRegex()
Summary

creates a new ParserRegex instance

Returns

ParserRegex instance

Generated with ModularDoc

Clone this wiki locally