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

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

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 ) : PackageDimensions

Sets the Height property

WithLength ( DecimalWithUnits length ) : PackageDimensions

Sets the Length property

WithWeight ( DecimalWithUnits weight ) : PackageDimensions

Sets the Weight property

WithWidth ( DecimalWithUnits width ) : PackageDimensions

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 ) : PackageDimensions
height DecimalWithUnits Height property
Результат PackageDimensions

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

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

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

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

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

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