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

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

Private Properties

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

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

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

Checks if HighestListPrice property is set

IsSetHighestSalePrice ( ) : System.Boolean

Checks if HighestSalePrice property is set

IsSetLowestListPrice ( ) : System.Boolean

Checks if LowestListPrice property is set

IsSetLowestSalePrice ( ) : System.Boolean

Checks if LowestSalePrice property is set

WithHighestListPrice ( Price highestListPrice ) : CollectionSummary

Sets the HighestListPrice property

WithHighestSalePrice ( Price highestSalePrice ) : CollectionSummary

Sets the HighestSalePrice property

WithLowestListPrice ( Price lowestListPrice ) : CollectionSummary

Sets the LowestListPrice property

WithLowestSalePrice ( Price lowestSalePrice ) : CollectionSummary

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

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

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

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

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

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

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

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

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

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

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

Sets the HighestListPrice property
public WithHighestListPrice ( Price highestListPrice ) : CollectionSummary
highestListPrice Price HighestListPrice property
Результат CollectionSummary

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

Sets the HighestSalePrice property
public WithHighestSalePrice ( Price highestSalePrice ) : CollectionSummary
highestSalePrice Price HighestSalePrice property
Результат CollectionSummary

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

Sets the LowestListPrice property
public WithLowestListPrice ( Price lowestListPrice ) : CollectionSummary
lowestListPrice Price LowestListPrice property
Результат CollectionSummary

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

Sets the LowestSalePrice property
public WithLowestSalePrice ( Price lowestSalePrice ) : CollectionSummary
lowestSalePrice Price LowestSalePrice property
Результат CollectionSummary