Skip to content

sharedlibrarycoreinterfaces IResourceQueryHelperTT

RaidMax edited this page May 21, 2023 · 1 revision

IResourceQueryHelper< QueryType, ResultType> Public interface

Description

defines the capabilities of a resource queryier

Diagram

  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
Loading

Members

Methods

Public methods

Returns Name
Task<ResourceQueryHelperResult<ResultType>> QueryResource(QueryType query)

Details

Summary

defines the capabilities of a resource queryier

Generic types

Type Description Constraints
QueryType Type of query
ResultType Type of result

Methods

QueryResource

Source code

public Task<ResourceQueryHelperResult<ResultType>> QueryResource(QueryType query)
Arguments
Type Name Description
QueryType query

Generated with ModularDoc

Clone this wiki locally