共用方式為


ProductInfo Class

Definition

public class ProductInfo : Microsoft.Agents.Core.Models.Entity
type ProductInfo = class
    inherit Entity
Public Class ProductInfo
Inherits Entity
Inheritance
ProductInfo

Constructors

ProductInfo()

Properties

Id
Properties

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

(Inherited from Entity)
Type

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 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

GetAs<T>(Entity)

Retrieve internal payload.

SetAs<T>(Entity, T)

Set internal payload.

Applies to