-
-
Notifications
You must be signed in to change notification settings - Fork 44
sharedlibrarycoreinterfaces IResourceQueryHelperTT
RaidMax edited this page May 21, 2023
·
1 revision
defines the capabilities of a resource queryier
flowchart LR
classDef interfaceStyle stroke-dasharray: 5 5;
classDef abstractStyle stroke-width:4px
subgraph SharedLibraryCore.Interfaces
SharedLibraryCore.Interfaces.IResourceQueryHelper_2[[IResourceQueryHelper< QueryType,ResultType >]]
class SharedLibraryCore.Interfaces.IResourceQueryHelper_2 interfaceStyle;
end
Returns | Name |
---|---|
Task <ResourceQueryHelperResult <ResultType >> |
QueryResource (QueryType query) |
defines the capabilities of a resource queryier
Type | Description | Constraints |
---|---|---|
QueryType |
Type of query | |
ResultType |
Type of result |
public Task<ResourceQueryHelperResult<ResultType>> QueryResource(QueryType query)
Type | Name | Description |
---|---|---|
QueryType |
query |
Generated with ModularDoc