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

Показать файл Открыть проект

Private Properties

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

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

Метод Описание
IsSetValue ( ) : System.Boolean

Checks if Value property is set

IsSetcondition ( ) : System.Boolean

Checks if condition property is set

WithValue ( Decimal value ) : NumberOfOfferListingsType

Sets the Value property

Withcondition ( String condition ) : NumberOfOfferListingsType

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

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

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

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

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

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

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

Sets the Value property
public WithValue ( Decimal value ) : NumberOfOfferListingsType
value Decimal Value property
Результат NumberOfOfferListingsType

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

Sets the condition property
public Withcondition ( String condition ) : NumberOfOfferListingsType
condition String condition property
Результат NumberOfOfferListingsType