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

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

Private Properties

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

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

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

Checks if Collection property is set

WithCollection ( ) : Collections

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

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

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

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

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

Sets the Collection property
public WithCollection ( ) : Collections
Результат Collections