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)

適用於