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

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

Private Properties

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

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

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

Checks if Units property is set

IsSetValue ( ) : System.Boolean

Checks if Value property is set

WithUnits ( String units ) : DecimalWithUnits

Sets the Units property

WithValue ( Decimal value ) : DecimalWithUnits

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

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

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

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

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

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

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

Sets the Units property
public WithUnits ( String units ) : DecimalWithUnits
units String Units property
Результат DecimalWithUnits

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

Sets the Value property
public WithValue ( Decimal value ) : DecimalWithUnits
value Decimal Value property
Результат DecimalWithUnits