GeoCoordinates 클래스

정의

GeoCoordinates(엔터티 형식: "https://schema.org/GeoCoordinates").

public class GeoCoordinates : Microsoft.Bot.Schema.Entity
type GeoCoordinates = class
    inherit Entity
Public Class GeoCoordinates
Inherits Entity
상속
GeoCoordinates

생성자

GeoCoordinates()

GeoCoordinates 클래스의 새 인스턴스를 초기화합니다.

GeoCoordinates(Nullable<Double>, Nullable<Double>, Nullable<Double>, String, String)

GeoCoordinates 클래스의 새 인스턴스를 초기화합니다.

속성

Elevation

WGS 84 위치의 권한 상승을 가져오거나 설정합니다.

Latitude

WGS 84 위치의 위도를 가져오거나 설정합니다.

Longitude

WGS 84 위치의 경도를 가져오거나 설정합니다.

Name

사물의 이름을 가져오거나 설정합니다.

Properties

형식에 의해 Entity 정의되지 않지만 REST JSON 개체에 나타날 수 있는 속성을 가져오거나 설정합니다.

(다음에서 상속됨 Entity)
Type

이 엔터티의 형식을 가져오거나 설정합니다(RFC 3987 IRI).

(다음에서 상속됨 Entity)

메서드

Equals(Entity)

현재 개체가 동일한 형식의 다른 개체와 같은지 여부를 나타냅니다.

(다음에서 상속됨 Entity)
Equals(Object)

지정된 개체가 현재 개체와 같은지 여부를 확인합니다.

(다음에서 상속됨 Entity)
GetAs<T>()

내부 페이로드를 검색합니다.

(다음에서 상속됨 Entity)
GetHashCode()

현재 개체에 대한 해시 코드를 생성하는 해시 함수입니다.

(다음에서 상속됨 Entity)
SetAs<T>(T)

내부 페이로드를 설정합니다.

(다음에서 상속됨 Entity)

적용 대상