Udostępnij za pośrednictwem


NullScorable<Item,Score> Klasa

Definicja

[System.Serializable]
public sealed class NullScorable<Item,Score> : Microsoft.Bot.Builder.Scorables.IScorable<Item,Score>
[<System.Serializable>]
type NullScorable<'Item, 'Score> = class
    interface IScorable<'Item, 'Score>
Public NotInheritable Class NullScorable(Of Item, Score)
Implements IScorable(Of Item, Score)

Parametry typu

Item
Score
Dziedziczenie
NullScorable<Item,Score>
Atrybuty
Implementuje

Pola

Instance

Jawne implementacje interfejsu

IScorable<Item,Score>.DoneAsync(Item, Object, CancellationToken)
IScorable<Item,Score>.GetScore(Item, Object)
IScorable<Item,Score>.HasScore(Item, Object)
IScorable<Item,Score>.PostAsync(Item, Object, CancellationToken)
IScorable<Item,Score>.PrepareAsync(Item, CancellationToken)

Metody rozszerzania

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

Zaprojektuj element scorable przy użyciu wyrażenia lambda.

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

Przeprojektuj wynik scorable przy użyciu wyrażenia lambda.

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

Wywołaj protokół wywoływania scorable względem pojedynczego scorable.

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

Dotyczy