Beispiel #1
0
 public override void ReadFragmentFrom(IMwsReader reader)
 {
     this._identifiers         = reader.Read <IdentifierType>("Identifiers");
     this._attributeSets       = reader.Read <AttributeSetList>("AttributeSets");
     this._relationships       = reader.Read <RelationshipList>("Relationships");
     this._competitivePricing  = reader.Read <CompetitivePricingType>("CompetitivePricing");
     this._salesRankings       = reader.Read <SalesRankList>("SalesRankings");
     this._lowestOfferListings = reader.Read <LowestOfferListingList>("LowestOfferListings");
     this._offers = reader.Read <OffersList>("Offers");
 }
Beispiel #2
0
 /// <summary>
 /// Sets the SalesRankings property.
 /// </summary>
 /// <param name="salesRankings">SalesRankings property.</param>
 /// <returns>this instance.</returns>
 public Product WithSalesRankings(SalesRankList salesRankings)
 {
     this._salesRankings = salesRankings;
     return(this);
 }