C# Class MarketplaceWebServiceProducts.Model.Product

Inheritance: MWSClientCsRuntime.AbstractMwsObject
Afficher le fichier Open project: nyneaxis/Amazon_MWS Class Usage Examples

Private Properties

Свойство Type Description
EscapeXML String

Méthodes publiques

Méthode 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

Méthodes protégées

Méthode 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

Méthode Description
EscapeXML ( String str ) : String

Method Details

IsSetAttributeSets() public méthode

Checks if AttributeSets property is set
public IsSetAttributeSets ( ) : System.Boolean
Résultat System.Boolean

IsSetCompetitivePricing() public méthode

Checks if CompetitivePricing property is set
public IsSetCompetitivePricing ( ) : System.Boolean
Résultat System.Boolean

IsSetIdentifiers() public méthode

Checks if Identifiers property is set
public IsSetIdentifiers ( ) : System.Boolean
Résultat System.Boolean

IsSetLowestOfferListings() public méthode

Checks if LowestOfferListings property is set
public IsSetLowestOfferListings ( ) : System.Boolean
Résultat System.Boolean

IsSetOffers() public méthode

Checks if Offers property is set
public IsSetOffers ( ) : System.Boolean
Résultat System.Boolean

IsSetRelationships() public méthode

Checks if Relationships property is set
public IsSetRelationships ( ) : System.Boolean
Résultat System.Boolean

IsSetSalesRankings() public méthode

Checks if SalesRankings property is set
public IsSetSalesRankings ( ) : System.Boolean
Résultat System.Boolean

ToXMLFragment() protected méthode

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
Résultat String

WithAttributeSets() public méthode

Sets the AttributeSets property
public WithAttributeSets ( AttributeSetList attributeSets ) : Product
attributeSets AttributeSetList AttributeSets property
Résultat Product

WithCompetitivePricing() public méthode

Sets the CompetitivePricing property
public WithCompetitivePricing ( CompetitivePricingType competitivePricing ) : Product
competitivePricing CompetitivePricingType CompetitivePricing property
Résultat Product

WithIdentifiers() public méthode

Sets the Identifiers property
public WithIdentifiers ( IdentifierType identifiers ) : Product
identifiers IdentifierType Identifiers property
Résultat Product

WithLowestOfferListings() public méthode

Sets the LowestOfferListings property
public WithLowestOfferListings ( LowestOfferListingList lowestOfferListings ) : Product
lowestOfferListings LowestOfferListingList LowestOfferListings property
Résultat Product

WithOffers() public méthode

Sets the Offers property
public WithOffers ( OffersList offers ) : Product
offers OffersList Offers property
Résultat Product

WithRelationships() public méthode

Sets the Relationships property
public WithRelationships ( RelationshipList relationships ) : Product
relationships RelationshipList Relationships property
Résultat Product

WithSalesRankings() public méthode

Sets the SalesRankings property
public WithSalesRankings ( SalesRankList salesRankings ) : Product
salesRankings SalesRankList SalesRankings property
Résultat Product