Show / Hide Table of Contents

Class ProductDetail

The product details.

Inheritance
object
ProductDetail
Implements
IMessage<ProductDetail>
IEquatable<ProductDetail>
IDeepCloneable<ProductDetail>
IBufferMessage
IMessage
Inherited Members
object.GetHashCode()
object.GetType()
object.ToString()
Namespace: Google.Shopping.Css.V1
Assembly: Google.Shopping.Css.V1.dll
Syntax
public sealed class ProductDetail : IMessage<ProductDetail>, IEquatable<ProductDetail>, IDeepCloneable<ProductDetail>, IBufferMessage, IMessage

Constructors

ProductDetail()

Declaration
public ProductDetail()

ProductDetail(ProductDetail)

Declaration
public ProductDetail(ProductDetail other)
Parameters
Type Name Description
ProductDetail other

Properties

AttributeName

The name of the product detail.

Declaration
public string AttributeName { get; set; }
Property Value
Type Description
string

AttributeValue

The value of the product detail.

Declaration
public string AttributeValue { get; set; }
Property Value
Type Description
string

SectionName

The section header used to group a set of product details.

Declaration
public string SectionName { get; set; }
Property Value
Type Description
string
In this article
Back to top Generated by DocFX