C# Класс Amazon.ECS.Model.Price

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

Private Properties

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

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

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

Checks if Amount property is set

IsSetCurrencyCode ( ) : System.Boolean

Checks if CurrencyCode property is set

IsSetFormattedPrice ( ) : System.Boolean

Checks if FormattedPrice property is set

WithAmount ( Decimal amount ) : Price

Sets the Amount property

WithCurrencyCode ( String currencyCode ) : Price

Sets the CurrencyCode property

WithFormattedPrice ( String formattedPrice ) : Price

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

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

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

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

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

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

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

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

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

Sets the Amount property
public WithAmount ( Decimal amount ) : Price
amount Decimal Amount property
Результат Price

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

Sets the CurrencyCode property
public WithCurrencyCode ( String currencyCode ) : Price
currencyCode String CurrencyCode property
Результат Price

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

Sets the FormattedPrice property
public WithFormattedPrice ( String formattedPrice ) : Price
formattedPrice String FormattedPrice property
Результат Price