Freigeben über


WhereScoreScorable<Item,Score> Klasse

Definition

[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)

Typparameter

Item
Score
Vererbung
WhereScoreScorable<Item,Score>
Attribute

Konstruktoren

WhereScoreScorable<Item,Score>(IScorable<Item,Score>, Func<Item,Score,Boolean>)

Felder

inner (Geerbt von DelegatingScorable<Item,Score>)

Methoden

DoneAsync(Item, Object, CancellationToken) (Geerbt von DelegatingScorable<Item,Score>)
GetScore(Item, Object) (Geerbt von DelegatingScorable<Item,Score>)
HasScore(Item, Object)
PostAsync(Item, Object, CancellationToken) (Geerbt von DelegatingScorable<Item,Score>)
PrepareAsync(Item, CancellationToken) (Geerbt von DelegatingScorable<Item,Score>)
ToString() (Geerbt von DelegatingScorable<Item,Score>)

Erweiterungsmethoden

SelectItem<SourceItem,TargetItem,Score>(IScorable<TargetItem,Score>, Func<SourceItem,TargetItem>)

Projizieren Sie das Element eines Scorables mithilfe eines Lambdaausdrucks.

SelectScore<Item,SourceScore,TargetScore>(IScorable<Item,SourceScore>, Func<Item,SourceScore,TargetScore>)

Projizieren Sie die Bewertung eines Bewertbaren mithilfe eines Lambdaausdrucks.

TryPostAsync<Item,Score>(IScorable<Item,Score>, Item, CancellationToken)

Rufen Sie das scorable-Aufrufprotokoll für ein einzelnes Scorable auf.

WhereScore<Item,Score>(IScorable<Item,Score>, Func<Item,Score,Boolean>)

Gilt für: