C# Class MarketplaceWebServiceProducts.Model.Product

Inheritance: MWSClientCsRuntime.AbstractMwsObject
Exibir arquivo Open project: nyneaxis/Amazon_MWS Class Usage Examples

Private Properties

Property Type Description
EscapeXML String

Public Methods

Method Description
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

Protected Methods

Method Description
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

Private Methods

Method Description
EscapeXML ( String str ) : String

Method Details

IsSetAttributeSets() public method

Checks if AttributeSets property is set
public IsSetAttributeSets ( ) : System.Boolean
return System.Boolean

IsSetCompetitivePricing() public method

Checks if CompetitivePricing property is set
public IsSetCompetitivePricing ( ) : System.Boolean
return System.Boolean

IsSetIdentifiers() public method

Checks if Identifiers property is set
public IsSetIdentifiers ( ) : System.Boolean
return System.Boolean

IsSetLowestOfferListings() public method

Checks if LowestOfferListings property is set
public IsSetLowestOfferListings ( ) : System.Boolean
return System.Boolean

IsSetOffers() public method

Checks if Offers property is set
public IsSetOffers ( ) : System.Boolean
return System.Boolean

IsSetRelationships() public method

Checks if Relationships property is set
public IsSetRelationships ( ) : System.Boolean
return System.Boolean

IsSetSalesRankings() public method

Checks if SalesRankings property is set
public IsSetSalesRankings ( ) : System.Boolean
return System.Boolean

ToXMLFragment() protected method

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
return String

WithAttributeSets() public method

Sets the AttributeSets property
public WithAttributeSets ( AttributeSetList attributeSets ) : Product
attributeSets AttributeSetList AttributeSets property
return Product

WithCompetitivePricing() public method

Sets the CompetitivePricing property
public WithCompetitivePricing ( CompetitivePricingType competitivePricing ) : Product
competitivePricing CompetitivePricingType CompetitivePricing property
return Product

WithIdentifiers() public method

Sets the Identifiers property
public WithIdentifiers ( IdentifierType identifiers ) : Product
identifiers IdentifierType Identifiers property
return Product

WithLowestOfferListings() public method

Sets the LowestOfferListings property
public WithLowestOfferListings ( LowestOfferListingList lowestOfferListings ) : Product
lowestOfferListings LowestOfferListingList LowestOfferListings property
return Product

WithOffers() public method

Sets the Offers property
public WithOffers ( OffersList offers ) : Product
offers OffersList Offers property
return Product

WithRelationships() public method

Sets the Relationships property
public WithRelationships ( RelationshipList relationships ) : Product
relationships RelationshipList Relationships property
return Product

WithSalesRankings() public method

Sets the SalesRankings property
public WithSalesRankings ( SalesRankList salesRankings ) : Product
salesRankings SalesRankList SalesRankings property
return Product