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

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

Private Properties

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

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

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

Checks if AttributeSets property is set

IsSetCompetitivePricing ( ) : System.Boolean

Checks if CompetitivePricing property is set

IsSetIdentifiers ( ) : System.Boolean

Checks if Identifiers property is set

IsSetLowestOfferListings ( ) : System.Boolean

Checks if LowestOfferListings property is set

IsSetOffers ( ) : System.Boolean

Checks if Offers property is set

IsSetRelationships ( ) : System.Boolean

Checks if Relationships property is set

IsSetSalesRankings ( ) : System.Boolean

Checks if SalesRankings property is set

WithAttributeSets ( AttributeSetList attributeSets ) : Product

Sets the AttributeSets property

WithCompetitivePricing ( CompetitivePricingType competitivePricing ) : Product

Sets the CompetitivePricing property

WithIdentifiers ( IdentifierType identifiers ) : Product

Sets the Identifiers property

WithLowestOfferListings ( LowestOfferListingList lowestOfferListings ) : Product

Sets the LowestOfferListings property

WithOffers ( OffersList offers ) : Product

Sets the Offers property

WithRelationships ( RelationshipList relationships ) : Product

Sets the Relationships property

WithSalesRankings ( SalesRankList salesRankings ) : Product

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

Sets the AttributeSets property
public WithAttributeSets ( AttributeSetList attributeSets ) : Product
attributeSets AttributeSetList AttributeSets property
Результат Product

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

Sets the CompetitivePricing property
public WithCompetitivePricing ( CompetitivePricingType competitivePricing ) : Product
competitivePricing CompetitivePricingType CompetitivePricing property
Результат Product

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

Sets the Identifiers property
public WithIdentifiers ( IdentifierType identifiers ) : Product
identifiers IdentifierType Identifiers property
Результат Product

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

Sets the LowestOfferListings property
public WithLowestOfferListings ( LowestOfferListingList lowestOfferListings ) : Product
lowestOfferListings LowestOfferListingList LowestOfferListings property
Результат Product

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

Sets the Offers property
public WithOffers ( OffersList offers ) : Product
offers OffersList Offers property
Результат Product

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

Sets the Relationships property
public WithRelationships ( RelationshipList relationships ) : Product
relationships RelationshipList Relationships property
Результат Product

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

Sets the SalesRankings property
public WithSalesRankings ( SalesRankList salesRankings ) : Product
salesRankings SalesRankList SalesRankings property
Результат Product