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

Показать файл Открыть проект

Private Properties

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

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

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

Checks if Name property is set

IsSetValue ( ) : System.Boolean

Checks if Value property is set

WithName ( String name ) : Argument

Sets the Name property

WithValue ( String value ) : Argument

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

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

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

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

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

Sets the Name property
public WithName ( String name ) : Argument
name String Name property
Результат Argument

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

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