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

Показать файл Открыть проект Примеры использования класса

Private Properties

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

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

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

Checks if Locale property is set

IsSetText ( ) : System.Boolean

Checks if Text property is set

WithLocale ( String locale ) : Message

Sets the Locale property

WithText ( String text ) : Message

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

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

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

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

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

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

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

Sets the Locale property
public WithLocale ( String locale ) : Message
locale String Locale property
Результат Message

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

Sets the Text property
public WithText ( String text ) : Message
text String Text property
Результат Message