SelectScoreScorable<Item,SourceScore,TargetScore> クラス

定義

[System.Serializable]
public sealed class SelectScoreScorable<Item,SourceScore,TargetScore> : Microsoft.Bot.Builder.Scorables.Internals.DelegatingScorable<Item,SourceScore>, Microsoft.Bot.Builder.Scorables.IScorable<Item,TargetScore>
[<System.Serializable>]
type SelectScoreScorable<'Item, 'SourceScore, 'argetScore> = class
    inherit DelegatingScorable<'Item, 'SourceScore>
    interface IScorable<'Item, 'argetScore>
Public NotInheritable Class SelectScoreScorable(Of Item, SourceScore, TargetScore)
Inherits DelegatingScorable(Of Item, SourceScore)
Implements IScorable(Of Item, TargetScore)

型パラメーター

Item
SourceScore
TargetScore
継承
DelegatingScorable<Item,SourceScore>
SelectScoreScorable<Item,SourceScore,TargetScore>
属性
実装
IScorable<Item,TargetScore>

コンストラクター

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

フィールド

inner (継承元 DelegatingScorable<Item,Score>)

メソッド

DoneAsync(Item, Object, CancellationToken) (継承元 DelegatingScorable<Item,Score>)
GetScore(Item, Object) (継承元 DelegatingScorable<Item,Score>)
HasScore(Item, Object) (継承元 DelegatingScorable<Item,Score>)
PostAsync(Item, Object, CancellationToken) (継承元 DelegatingScorable<Item,Score>)
PrepareAsync(Item, CancellationToken) (継承元 DelegatingScorable<Item,Score>)
ToString() (継承元 DelegatingScorable<Item,Score>)

明示的なインターフェイスの実装

IScorable<Item,TargetScore>.GetScore(Item, Object)

拡張メソッド

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

ラムダ式を使用して、スコアリング可能な項目を投影します。

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

ラムダ式を使用してスコア可能なスコアを投影します。

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

1 つのスコアリング可能に対してスコアリング可能な呼び出しプロトコルを呼び出します。

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

適用対象