C# 클래스 MarketplaceWebServiceProducts.Model.Product

상속: MWSClientCsRuntime.AbstractMwsObject
파일 보기 프로젝트 열기: nyneaxis/Amazon_MWS 1 사용 예제들

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