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

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

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

Sets the Units property

WithValue ( String value ) : StringWithUnits

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 ) : StringWithUnits
units String Units property
Результат StringWithUnits

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

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