WhereScoreScorable<Item,Score> Klasa
Definicja
Ważne
Niektóre informacje odnoszą się do produktu w wersji wstępnej, który może zostać znacząco zmodyfikowany przed wydaniem. Firma Microsoft nie udziela żadnych gwarancji, jawnych lub domniemanych, w odniesieniu do informacji podanych w tym miejscu.
[System.Serializable]
public sealed class WhereScoreScorable<Item,Score> : Microsoft.Bot.Builder.Scorables.Internals.DelegatingScorable<Item,Score>
[<System.Serializable>]
type WhereScoreScorable<'Item, 'Score> = class
inherit DelegatingScorable<'Item, 'Score>
Public NotInheritable Class WhereScoreScorable(Of Item, Score)
Inherits DelegatingScorable(Of Item, Score)
Parametry typu
- Item
- Score
- Dziedziczenie
- Atrybuty
Konstruktory
WhereScoreScorable<Item,Score>(IScorable<Item,Score>, Func<Item,Score,Boolean>) |
Pola
inner | (Odziedziczone po DelegatingScorable<Item,Score>) |
Metody
DoneAsync(Item, Object, CancellationToken) | (Odziedziczone po DelegatingScorable<Item,Score>) |
GetScore(Item, Object) | (Odziedziczone po DelegatingScorable<Item,Score>) |
HasScore(Item, Object) | |
PostAsync(Item, Object, CancellationToken) | (Odziedziczone po DelegatingScorable<Item,Score>) |
PrepareAsync(Item, CancellationToken) | (Odziedziczone po DelegatingScorable<Item,Score>) |
ToString() | (Odziedziczone po DelegatingScorable<Item,Score>) |
Metody rozszerzania
SelectItem<SourceItem,TargetItem,Score>(IScorable<TargetItem,Score>, Func<SourceItem,TargetItem>) |
Projektuj element obiektu scorable przy użyciu wyrażenia lambda. |
SelectScore<Item,SourceScore,TargetScore>(IScorable<Item,SourceScore>, Func<Item,SourceScore,TargetScore>) |
Projektuj wynik obiektu scorable przy użyciu wyrażenia lambda. |
TryPostAsync<Item,Score>(IScorable<Item,Score>, Item, CancellationToken) |
Wywołaj protokół wywołujący scorable względem pojedynczego scorable. |
WhereScore<Item,Score>(IScorable<Item,Score>, Func<Item,Score,Boolean>) |