| IQueryResultScoreT Interface |
An interface which describes a query result score
Namespace:
SanteDB.Core.Services
Assembly:
SanteDB.Core.Api (in SanteDB.Core.Api.dll) Version: 2.2.1
Syntax public interface IQueryResultScore<T>
Public Interface IQueryResultScore(Of T)
generic<typename T>
public interface class IQueryResultScore
type IQueryResultScore<'T> = interface end
Type Parameters
- T
- The type of data the scored
The IQueryResultScoreT type exposes the following members.
Properties
| Name | Description |
---|
| Method |
Indicates the method used to match
|
| Result |
Gets the result
|
| Score |
Gets the score
|
TopSee Also