C# Class MarketplaceWebServiceProducts.Model.Categories

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
IsSetParent ( ) : System.Boolean

Checks if Parent property is set

IsSetProductCategoryId ( ) : System.Boolean

Checks if ProductCategoryId property is set

IsSetProductCategoryName ( ) : System.Boolean

Checks if ProductCategoryName property is set

WithParent ( Categories parent ) : Categories

Sets the Parent property

WithProductCategoryId ( String productCategoryId ) : Categories

Sets the ProductCategoryId property

WithProductCategoryName ( String productCategoryName ) : Categories

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

IsSetParent() public méthode

Checks if Parent property is set
public IsSetParent ( ) : System.Boolean
Résultat System.Boolean

IsSetProductCategoryId() public méthode

Checks if ProductCategoryId property is set
public IsSetProductCategoryId ( ) : System.Boolean
Résultat System.Boolean

IsSetProductCategoryName() public méthode

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

WithParent() public méthode

Sets the Parent property
public WithParent ( Categories parent ) : Categories
parent Categories Parent property
Résultat Categories

WithProductCategoryId() public méthode

Sets the ProductCategoryId property
public WithProductCategoryId ( String productCategoryId ) : Categories
productCategoryId String ProductCategoryId property
Résultat Categories

WithProductCategoryName() public méthode

Sets the ProductCategoryName property
public WithProductCategoryName ( String productCategoryName ) : Categories
productCategoryName String ProductCategoryName property
Résultat Categories