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

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

Private Properties

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

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

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

Checks if Details property is set

IsSetSummary ( ) : System.Boolean

Checks if Summary property is set

WithDetails ( PromotionDetails details ) : Promotion

Sets the Details property

WithSummary ( PromotionSummary summary ) : Promotion

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

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

IsSetDetails() публичный метод

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

IsSetSummary() публичный метод

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

WithDetails() публичный метод

Sets the Details property
public WithDetails ( PromotionDetails details ) : Promotion
details PromotionDetails Details property
Результат Promotion

WithSummary() публичный метод

Sets the Summary property
public WithSummary ( PromotionSummary summary ) : Promotion
summary PromotionSummary Summary property
Результат Promotion