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

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

Private Properties

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

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

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

Checks if Code property is set

IsSetDetail ( ) : System.Boolean

Checks if Detail property is set

IsSetMessage ( ) : System.Boolean

Checks if Message property is set

IsSetType ( ) : System.Boolean

Checks if Type property is set

WithCode ( String code ) : Error

Sets the Code property

WithDetail ( Object detail ) : Error

Sets the Detail property

WithMessage ( String message ) : Error

Sets the Message property

WithType ( String type ) : Error

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

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

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

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

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

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

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

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

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

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

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

Sets the Code property
public WithCode ( String code ) : Error
code String Code property
Результат Error

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

Sets the Detail property
public WithDetail ( Object detail ) : Error
detail Object Detail property
Результат Error

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

Sets the Message property
public WithMessage ( String message ) : Error
message String Message property
Результат Error

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

Sets the Type property
public WithType ( String type ) : Error
type String Type property
Результат Error