-
-
Notifications
You must be signed in to change notification settings - Fork 44
iw4madminapplicationfactories GameLogReaderFactory
RaidMax edited this page May 21, 2023
·
1 revision
flowchart LR
classDef interfaceStyle stroke-dasharray: 5 5;
classDef abstractStyle stroke-width:4px
subgraph IW4MAdmin.Application.Factories
IW4MAdmin.Application.Factories.GameLogReaderFactory[[GameLogReaderFactory]]
end
subgraph SharedLibraryCore.Interfaces
SharedLibraryCore.Interfaces.IGameLogReaderFactory[[IGameLogReaderFactory]]
class SharedLibraryCore.Interfaces.IGameLogReaderFactory interfaceStyle;
end
SharedLibraryCore.Interfaces.IGameLogReaderFactory --> IW4MAdmin.Application.Factories.GameLogReaderFactory
Returns | Name |
---|---|
IGameLogReader |
CreateGameLogReader (Uri``[] logUris, IEventParser eventParser) |
public GameLogReaderFactory(IServiceProvider serviceProvider)
Type | Name | Description |
---|---|---|
IServiceProvider |
serviceProvider |
public virtual IGameLogReader CreateGameLogReader(Uri[] logUris, IEventParser eventParser)
Type | Name | Description |
---|---|---|
Uri``[] |
logUris | |
IEventParser |
eventParser |
Generated with ModularDoc