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

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

Private Properties

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

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

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

Checks if Comment property is set

IsSetDateAdded ( ) : System.Boolean

Checks if DateAdded property is set

IsSetItem ( ) : System.Boolean

Checks if Item property is set

IsSetListItemId ( ) : System.Boolean

Checks if ListItemId property is set

IsSetQuantityDesired ( ) : System.Boolean

Checks if QuantityDesired property is set

IsSetQuantityReceived ( ) : System.Boolean

Checks if QuantityReceived property is set

WithComment ( String comment ) : ListItem

Sets the Comment property

WithDateAdded ( String dateAdded ) : ListItem

Sets the DateAdded property

WithItem ( Item item ) : ListItem

Sets the Item property

WithListItemId ( String listItemId ) : ListItem

Sets the ListItemId property

WithQuantityDesired ( String quantityDesired ) : ListItem

Sets the QuantityDesired property

WithQuantityReceived ( String quantityReceived ) : ListItem

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

Sets the Comment property
public WithComment ( String comment ) : ListItem
comment String Comment property
Результат ListItem

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

Sets the DateAdded property
public WithDateAdded ( String dateAdded ) : ListItem
dateAdded String DateAdded property
Результат ListItem

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

Sets the Item property
public WithItem ( Item item ) : ListItem
item Item Item property
Результат ListItem

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

Sets the ListItemId property
public WithListItemId ( String listItemId ) : ListItem
listItemId String ListItemId property
Результат ListItem

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

Sets the QuantityDesired property
public WithQuantityDesired ( String quantityDesired ) : ListItem
quantityDesired String QuantityDesired property
Результат ListItem

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

Sets the QuantityReceived property
public WithQuantityReceived ( String quantityReceived ) : ListItem
quantityReceived String QuantityReceived property
Результат ListItem