Partilhar via


ClientInfo Class

Definition

[Microsoft.Agents.Core.Serialization.EntityName("clientInfo")]
public class ClientInfo : Microsoft.Agents.Core.Models.Entity
[<Microsoft.Agents.Core.Serialization.EntityName("clientInfo")>]
type ClientInfo = class
    inherit Entity
Public Class ClientInfo
Inherits Entity
Inheritance
ClientInfo
Attributes

Constructors

Name Description
ClientInfo()

Fields

Name Description
EntityName

Properties

Name Description
Country
Locale
Platform
Properties

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

(Inherited from Entity)
Timezone
Type

Type of this entity (RFC 3987 IRI).

(Inherited from Entity)

Methods

Name Description
Equals(Entity)

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

(Inherited from Entity)
Equals(Object)

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

(Inherited from Entity)
GetHashCode()

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

(Inherited from Entity)

Extension Methods

Name Description
GetAs<T>(Entity)

Retrieve internal payload.

SetAs<T>(Entity, T)

Set internal payload.

Applies to