C# Класс MarketplaceWebServiceProducts.Model.Categories

Наследование: MWSClientCsRuntime.AbstractMwsObject
Показать файл Открыть проект Примеры использования класса

Private Properties

Свойство Тип Описание
EscapeXML String

Открытые методы

Метод Описание
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

Защищенные методы

Метод Описание
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

Описание методов

IsSetParent() публичный Метод

Checks if Parent property is set
public IsSetParent ( ) : System.Boolean
Результат System.Boolean

IsSetProductCategoryId() публичный Метод

Checks if ProductCategoryId property is set
public IsSetProductCategoryId ( ) : System.Boolean
Результат System.Boolean

IsSetProductCategoryName() публичный Метод

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

WithParent() публичный Метод

Sets the Parent property
public WithParent ( Categories parent ) : Categories
parent Categories Parent property
Результат Categories

WithProductCategoryId() публичный Метод

Sets the ProductCategoryId property
public WithProductCategoryId ( String productCategoryId ) : Categories
productCategoryId String ProductCategoryId property
Результат Categories

WithProductCategoryName() публичный Метод

Sets the ProductCategoryName property
public WithProductCategoryName ( String productCategoryName ) : Categories
productCategoryName String ProductCategoryName property
Результат Categories