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

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

Private Properties

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

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

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

Checks if Points property is set

IsSetTypicalRedemptionValue ( ) : System.Boolean

Checks if TypicalRedemptionValue property is set

WithPoints ( Decimal points ) : LoyaltyPoints

Sets the Points property

WithTypicalRedemptionValue ( Price typicalRedemptionValue ) : LoyaltyPoints

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

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

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

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

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

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

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

Sets the Points property
public WithPoints ( Decimal points ) : LoyaltyPoints
points Decimal Points property
Результат LoyaltyPoints

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

Sets the TypicalRedemptionValue property
public WithTypicalRedemptionValue ( Price typicalRedemptionValue ) : LoyaltyPoints
typicalRedemptionValue Price TypicalRedemptionValue property
Результат LoyaltyPoints