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

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

Private Properties

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

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

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

Checks if AllOfferListingsConsidered property is set

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

WithAllOfferListingsConsidered ( System.Boolean allOfferListingsConsidered ) : GetLowestOfferListingsForSKUResult

Sets the AllOfferListingsConsidered property

WithError ( Error error ) : GetLowestOfferListingsForSKUResult

Sets the Error property

WithProduct ( Product product ) : GetLowestOfferListingsForSKUResult

Sets the Product property

WithSellerSKU ( String sellerSKU ) : GetLowestOfferListingsForSKUResult

Sets the SellerSKU property

Withstatus ( String status ) : GetLowestOfferListingsForSKUResult

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

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

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

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

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

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

Sets the AllOfferListingsConsidered property
public WithAllOfferListingsConsidered ( System.Boolean allOfferListingsConsidered ) : GetLowestOfferListingsForSKUResult
allOfferListingsConsidered System.Boolean AllOfferListingsConsidered property
Результат GetLowestOfferListingsForSKUResult

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

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

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

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

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

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

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

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