C# Класс MarketplaceWebServiceProducts.Model.GetMatchingProductResult

Показать файл Открыть проект Примеры использования класса

Private Properties

Свойство Тип Описание
EscapeXML String

Открытые методы

Метод Описание
IsSetASIN ( ) : System.Boolean

Checks if ASIN property is set

IsSetError ( ) : System.Boolean

Checks if Error property is set

IsSetProduct ( ) : System.Boolean

Checks if Product property is set

IsSetstatus ( ) : System.Boolean

Checks if status property is set

WithASIN ( String ASIN ) : GetMatchingProductResult

Sets the ASIN property

WithError ( Error error ) : GetMatchingProductResult

Sets the Error property

WithProduct ( Product product ) : GetMatchingProductResult

Sets the Product property

Withstatus ( String status ) : GetMatchingProductResult

Sets the status property

Защищенные методы

Метод Описание
ToXMLFragment ( ) : String

XML fragment representation of this object

Name for outer tag expected to be set by calling method. This fragment returns inner properties representation only

Приватные методы

Метод Описание
EscapeXML ( String str ) : String

Описание методов

IsSetASIN() публичный Метод

Checks if ASIN property is set
public IsSetASIN ( ) : System.Boolean
Результат System.Boolean

IsSetError() публичный Метод

Checks if Error property is set
public IsSetError ( ) : System.Boolean
Результат System.Boolean

IsSetProduct() публичный Метод

Checks if Product property is set
public IsSetProduct ( ) : System.Boolean
Результат System.Boolean

IsSetstatus() публичный Метод

Checks if status property is set
public IsSetstatus ( ) : System.Boolean
Результат System.Boolean

ToXMLFragment() защищенный Метод

XML fragment representation of this object
Name for outer tag expected to be set by calling method. This fragment returns inner properties representation only
protected ToXMLFragment ( ) : String
Результат String

WithASIN() публичный Метод

Sets the ASIN property
public WithASIN ( String ASIN ) : GetMatchingProductResult
ASIN String ASIN property
Результат GetMatchingProductResult

WithError() публичный Метод

Sets the Error property
public WithError ( Error error ) : GetMatchingProductResult
error Error Error property
Результат GetMatchingProductResult

WithProduct() публичный Метод

Sets the Product property
public WithProduct ( Product product ) : GetMatchingProductResult
product Product Product property
Результат GetMatchingProductResult

Withstatus() публичный Метод

Sets the status property
public Withstatus ( String status ) : GetMatchingProductResult
status String status property
Результат GetMatchingProductResult