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

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

Private Properties

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

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

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

Checks if Height property is set

IsSetLength ( ) : System.Boolean

Checks if Length property is set

IsSetWeight ( ) : System.Boolean

Checks if Weight property is set

IsSetWidth ( ) : System.Boolean

Checks if Width property is set

WithHeight ( DecimalWithUnits height ) : ItemDimensions

Sets the Height property

WithLength ( DecimalWithUnits length ) : ItemDimensions

Sets the Length property

WithWeight ( DecimalWithUnits weight ) : ItemDimensions

Sets the Weight property

WithWidth ( DecimalWithUnits width ) : ItemDimensions

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

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

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

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

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

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

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

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

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

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

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

Sets the Height property
public WithHeight ( DecimalWithUnits height ) : ItemDimensions
height DecimalWithUnits Height property
Результат ItemDimensions

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

Sets the Length property
public WithLength ( DecimalWithUnits length ) : ItemDimensions
length DecimalWithUnits Length property
Результат ItemDimensions

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

Sets the Weight property
public WithWeight ( DecimalWithUnits weight ) : ItemDimensions
weight DecimalWithUnits Weight property
Результат ItemDimensions

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

Sets the Width property
public WithWidth ( DecimalWithUnits width ) : ItemDimensions
width DecimalWithUnits Width property
Результат ItemDimensions