-
-
Notifications
You must be signed in to change notification settings - Fork 44
iw4madminapplicationfactories ParserRegexFactory
RaidMax edited this page May 21, 2023
·
1 revision
Implementation of the IParserRegexFactory
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
Returns | Name |
---|---|
ParserRegex |
CreateParserRegex ()creates a new ParserRegex instance |
Implementation of the IParserRegexFactory
public ParserRegexFactory(IServiceProvider serviceProvider)
Type | Name | Description |
---|---|---|
IServiceProvider |
serviceProvider |
public virtual ParserRegex CreateParserRegex()
creates a new ParserRegex instance
ParserRegex instance
Generated with ModularDoc