C# Class MarketplaceWebServiceProducts.Model.Categories

Inheritance: MWSClientCsRuntime.AbstractMwsObject
Show file Open project: nyneaxis/Amazon_MWS Class Usage Examples

Private Properties

Property Type Description
EscapeXML String

Public Methods

Method 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

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

IsSetParent() public method

Checks if Parent property is set
public IsSetParent ( ) : System.Boolean
return System.Boolean

IsSetProductCategoryId() public method

Checks if ProductCategoryId property is set
public IsSetProductCategoryId ( ) : System.Boolean
return System.Boolean

IsSetProductCategoryName() public method

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

WithParent() public method

Sets the Parent property
public WithParent ( Categories parent ) : Categories
parent Categories Parent property
return Categories

WithProductCategoryId() public method

Sets the ProductCategoryId property
public WithProductCategoryId ( String productCategoryId ) : Categories
productCategoryId String ProductCategoryId property
return Categories

WithProductCategoryName() public method

Sets the ProductCategoryName property
public WithProductCategoryName ( String productCategoryName ) : Categories
productCategoryName String ProductCategoryName property
return Categories