DelegatingScorable<Item,Score> 类
定义
[System.Serializable]
public abstract class DelegatingScorable<Item,Score> : Microsoft.Bot.Builder.Scorables.IScorable<Item,Score>
[<System.Serializable>]
type DelegatingScorable<'Item, 'Score> = class
interface IScorable<'Item, 'Score>
Public MustInherit Class DelegatingScorable(Of Item, Score)
Implements IScorable(Of Item, Score)
类型参数
- 继承
-
System.Object
DelegatingScorable<Item,Score>
- 派生
-
Microsoft.Bot.Builder.Dialogs.Internals.DialogRouter
- 属性
-
System.SerializableAttribute
- 实现
-
Microsoft.Bot.Builder.Scorables.IScorable`2
构造函数
字段
方法
扩展方法
Microsoft.Bot.Builder.Scorables.Scorable.SelectItem``3(Microsoft.Bot.Builder.Scorables.IScorable{``1,``2},System.Func{``0,``1})
Microsoft.Bot.Builder.Scorables.Scorable.SelectScore``3(Microsoft.Bot.Builder.Scorables.IScorable{``0,``1},System.Func{``0,``1,``2})
Microsoft.Bot.Builder.Scorables.Scorable.TryPostAsync``2(Microsoft.Bot.Builder.Scorables.IScorable{``0,``1},``0,System.Threading.CancellationToken)
Microsoft.Bot.Builder.Scorables.Scorable.WhereScore``2(Microsoft.Bot.Builder.Scorables.IScorable{``0,``1},System.Func{``0,``1,System.Boolean})
适用于