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

Наследование: MWSClientCsRuntime.AbstractMwsObject
Показать файл Открыть проект Примеры использования класса

Private Properties

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

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

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

Checks if ASIN property is set

IsSetMarketplaceId ( ) : System.Boolean

Checks if MarketplaceId property is set

WithASIN ( String ASIN ) : ASINIdentifier

Sets the ASIN property

WithMarketplaceId ( String marketplaceId ) : ASINIdentifier

Sets the MarketplaceId 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

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

Checks if MarketplaceId property is set
public IsSetMarketplaceId ( ) : 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 ) : ASINIdentifier
ASIN String ASIN property
Результат ASINIdentifier

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

Sets the MarketplaceId property
public WithMarketplaceId ( String marketplaceId ) : ASINIdentifier
marketplaceId String MarketplaceId property
Результат ASINIdentifier