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

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

Private Properties

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

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

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

Checks if LoyaltyPoints property is set

IsSetMerchant ( ) : System.Boolean

Checks if Merchant property is set

IsSetOfferAttributes ( ) : System.Boolean

Checks if OfferAttributes property is set

IsSetOfferListing ( ) : System.Boolean

Checks if OfferListing property is set

IsSetPromotions ( ) : System.Boolean

Checks if Promotions property is set

IsSetSeller ( ) : System.Boolean

Checks if Seller property is set

WithLoyaltyPoints ( LoyaltyPoints loyaltyPoints ) : Offer

Sets the LoyaltyPoints property

WithMerchant ( Merchant merchant ) : Offer

Sets the Merchant property

WithOfferAttributes ( OfferAttributes offerAttributes ) : Offer

Sets the OfferAttributes property

WithOfferListing ( ) : Offer

Sets the OfferListing property

WithPromotions ( Promotions promotions ) : Offer

Sets the Promotions property

WithSeller ( Seller seller ) : Offer

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

Sets the LoyaltyPoints property
public WithLoyaltyPoints ( LoyaltyPoints loyaltyPoints ) : Offer
loyaltyPoints LoyaltyPoints LoyaltyPoints property
Результат Offer

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

Sets the Merchant property
public WithMerchant ( Merchant merchant ) : Offer
merchant Merchant Merchant property
Результат Offer

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

Sets the OfferAttributes property
public WithOfferAttributes ( OfferAttributes offerAttributes ) : Offer
offerAttributes OfferAttributes OfferAttributes property
Результат Offer

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

Sets the OfferListing property
public WithOfferListing ( ) : Offer
Результат Offer

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

Sets the Promotions property
public WithPromotions ( Promotions promotions ) : Offer
promotions Promotions Promotions property
Результат Offer

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

Sets the Seller property
public WithSeller ( Seller seller ) : Offer
seller Seller Seller property
Результат Offer