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

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

Private Properties

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

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

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

Checks if CompetitivePrices property is set

IsSetNumberOfOfferListings ( ) : System.Boolean

Checks if NumberOfOfferListings property is set

IsSetTradeInValue ( ) : System.Boolean

Checks if TradeInValue property is set

WithCompetitivePrices ( CompetitivePriceList competitivePrices ) : CompetitivePricingType

Sets the CompetitivePrices property

WithNumberOfOfferListings ( MarketplaceWebServiceProducts.Model.NumberOfOfferListingsList numberOfOfferListings ) : CompetitivePricingType

Sets the NumberOfOfferListings property

WithTradeInValue ( MoneyType tradeInValue ) : CompetitivePricingType

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

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

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

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

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

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

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

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

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

Sets the CompetitivePrices property
public WithCompetitivePrices ( CompetitivePriceList competitivePrices ) : CompetitivePricingType
competitivePrices CompetitivePriceList CompetitivePrices property
Результат CompetitivePricingType

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

Sets the NumberOfOfferListings property
public WithNumberOfOfferListings ( MarketplaceWebServiceProducts.Model.NumberOfOfferListingsList numberOfOfferListings ) : CompetitivePricingType
numberOfOfferListings MarketplaceWebServiceProducts.Model.NumberOfOfferListingsList NumberOfOfferListings property
Результат CompetitivePricingType

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

Sets the TradeInValue property
public WithTradeInValue ( MoneyType tradeInValue ) : CompetitivePricingType
tradeInValue MoneyType TradeInValue property
Результат CompetitivePricingType