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

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

Private Properties

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

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

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

Checks if Error property is set

IsSetProduct ( ) : System.Boolean

Checks if Product property is set

IsSetSellerSKU ( ) : System.Boolean

Checks if SellerSKU property is set

IsSetstatus ( ) : System.Boolean

Checks if status property is set

WithError ( Error error ) : GetCompetitivePricingForSKUResult

Sets the Error property

WithProduct ( Product product ) : GetCompetitivePricingForSKUResult

Sets the Product property

WithSellerSKU ( String sellerSKU ) : GetCompetitivePricingForSKUResult

Sets the SellerSKU property

Withstatus ( String status ) : GetCompetitivePricingForSKUResult

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

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

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

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

Checks if SellerSKU property is set
public IsSetSellerSKU ( ) : 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

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

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

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

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

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

Sets the SellerSKU property
public WithSellerSKU ( String sellerSKU ) : GetCompetitivePricingForSKUResult
sellerSKU String SellerSKU property
Результат GetCompetitivePricingForSKUResult

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

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