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

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

Private Properties

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

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

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

Checks if ASIN property is set

IsSetTitle ( ) : System.Boolean

Checks if Title property is set

WithASIN ( String ASIN ) : CollectionParent

Sets the ASIN property

WithTitle ( String title ) : CollectionParent

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

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

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

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

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

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

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

Sets the ASIN property
public WithASIN ( String ASIN ) : CollectionParent
ASIN String ASIN property
Результат CollectionParent

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

Sets the Title property
public WithTitle ( String title ) : CollectionParent
title String Title property
Результат CollectionParent