1 iw4madminapplicationfactories ParserRegexFactory
RaidMax edited this page 2023-05-20 22:09:21 -05:00

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

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