Share via


NullScorable<Item,Score> Class

Definition

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

Type Parameters

Item
Score
Inheritance
NullScorable<Item,Score>
Attributes
Implements

Fields

Instance

Explicit Interface Implementations

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)

Extension Methods

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

Project the item of a scorable using a lambda expression.

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

Project the score of a scorable using a lambda expression.

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

Invoke the scorable calling protocol against a single scorable.

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

Applies to