GenericService 类

定义

注意

This class is deprecated. See https://aka.ms/bot-file-basics for more information.

包含服务的配置属性的泛型服务。

[System.Obsolete("This class is deprecated.  See https://aka.ms/bot-file-basics for more information.", false)]
public class GenericService : Microsoft.Bot.Configuration.ConnectedService
[<System.Obsolete("This class is deprecated.  See https://aka.ms/bot-file-basics for more information.", false)>]
type GenericService = class
    inherit ConnectedService
Public Class GenericService
Inherits ConnectedService
继承
GenericService
属性

构造函数

GenericService()
已过时.

初始化 GenericService 类的新实例。

属性

Configuration
已过时.

获取或设置配置。

Id
已过时.

获取或设置服务的唯一 ID。

(继承自 ConnectedService)
Name
已过时.

获取或设置服务的用户友好名称。

(继承自 ConnectedService)
Properties
已过时.

获取或设置未以其他方式定义的属性。

(继承自 ConnectedService)
Type
已过时.

获取或设置服务的类型。

(继承自 ConnectedService)
Url
已过时.

获取或设置指向服务的深层链接的 URL。

方法

Decrypt(String)
已过时.

解密此服务的属性。

Encrypt(String)
已过时.

加密此服务的属性。

适用于