-
-
Notifications
You must be signed in to change notification settings - Fork 44
iw4madminapplicationmeta ReceivedPenaltyResourceQueryHelper
RaidMax edited this page May 21, 2023
·
1 revision
implementation of IResourceQueryHelper used to pull in penalties applied to a given client id
flowchart LR
classDef interfaceStyle stroke-dasharray: 5 5;
classDef abstractStyle stroke-width:4px
subgraph IW4MAdmin.Application.Meta
IW4MAdmin.Application.Meta.ReceivedPenaltyResourceQueryHelper[[ReceivedPenaltyResourceQueryHelper]]
end
subgraph SharedLibraryCore.Interfaces
SharedLibraryCore.Interfaces.IResourceQueryHelper_2[[IResourceQueryHelper< QueryType,ResultType >]]
class SharedLibraryCore.Interfaces.IResourceQueryHelper_2 interfaceStyle;
end
SharedLibraryCore.Interfaces.IResourceQueryHelper_2 --> IW4MAdmin.Application.Meta.ReceivedPenaltyResourceQueryHelper
Returns | Name |
---|---|
Task <ResourceQueryHelperResult <ReceivedPenaltyResponse >> |
QueryResource (ClientPaginationRequest query) |
implementation of IResourceQueryHelper used to pull in penalties applied to a given client id
public ReceivedPenaltyResourceQueryHelper(ILogger<ReceivedPenaltyResourceQueryHelper> logger, IDatabaseContextFactory contextFactory, ApplicationConfiguration appConfig)
Type | Name | Description |
---|---|---|
ILogger <ReceivedPenaltyResourceQueryHelper > |
logger | |
IDatabaseContextFactory |
contextFactory | |
ApplicationConfiguration |
appConfig |
public virtual async Task<ResourceQueryHelperResult<ReceivedPenaltyResponse>> QueryResource(ClientPaginationRequest query)
Type | Name | Description |
---|---|---|
ClientPaginationRequest |
query |
Generated with ModularDoc