Place Class

Definition

Place (entity type: "https://schema.org/Place").

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

Constructors

Place()

Initializes a new instance of the Place class.

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

Initializes a new instance of the Place class.

Properties

Address

Gets or sets address of the place (may be string or complex object of type PostalAddress).

Geo

Gets or sets geo coordinates of the place (may be complex object of type GeoCoordinates or GeoShape).

HasMap

Gets or sets map to the place (may be string (URL) or complex object of type Map).

Name

Gets or sets the name of the thing.

Properties

Gets or sets properties that are not otherwise defined by the Entity type but that might appear in the REST JSON object.

(Inherited from Entity)
Type

Gets or sets type of this entity (RFC 3987 IRI).

(Inherited from Entity)

Methods

Equals(Entity)

Indicates whether the current object is equal to another object of the same type.

(Inherited from Entity)
Equals(Object)

Determines whether the specifid object is equal to the current object.

(Inherited from Entity)
GetAs<T>()

Retrieve internal payload.

(Inherited from Entity)
GetHashCode()

Hash function that generates a hash code for the current object.

(Inherited from Entity)
SetAs<T>(T)

Set internal payload.

(Inherited from Entity)

Applies to