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

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

Private Properties

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

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

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

Checks if CartItem property is set

IsSetSubTotal ( ) : System.Boolean

Checks if SubTotal property is set

WithCartItem ( ) : CartItems

Sets the CartItem property

WithSubTotal ( Price subTotal ) : CartItems

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

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

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

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

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

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

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

Sets the CartItem property
public WithCartItem ( ) : CartItems
Результат CartItems

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

Sets the SubTotal property
public WithSubTotal ( Price subTotal ) : CartItems
subTotal Price SubTotal property
Результат CartItems