Place 类

定义

放置 (实体类型:“https://schema.org/Place") 。

public class Place : Microsoft.Bot.Schema.Entity
type Place = class
    inherit Entity
Public Class Place
Inherits Entity
继承
Place

构造函数

Place()

初始化 Place 类的新实例。

Place(Object, Object, Object, String, String)

初始化 Place 类的新实例。

属性

Address

获取或设置 (可能是 string) 类型的 PostalAddress 复杂对象的地址。

Geo

获取或设置位置的地理坐标, (可能是类型 GeoCoordinatesGeoShape) 的复杂对象。

HasMap

获取或设置映射到 (可能 string (URL) 或类型 Map 为) 的复杂对象的位置。

Name

获取或设置对象的名称。

Properties

获取或设置未由 Entity 类型以其他方式定义但可能显示在 REST JSON 对象中的属性。

(继承自 Entity)
Type

获取或设置此实体的类型 (RFC 3987 IRI) 。

(继承自 Entity)

方法

Equals(Entity)

指示当前对象是否等于同一类型的另一个对象。

(继承自 Entity)
Equals(Object)

确定 specifid 对象是否等于当前对象。

(继承自 Entity)
GetAs<T>()

检索内部有效负载。

(继承自 Entity)
GetHashCode()

为当前对象生成哈希代码的哈希函数。

(继承自 Entity)
SetAs<T>(T)

设置内部有效负载。

(继承自 Entity)

适用于