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

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

Private Properties

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

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

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

Checks if SellerListing property is set

IsSetTotalPages ( ) : System.Boolean

Checks if TotalPages property is set

IsSetTotalResults ( ) : System.Boolean

Checks if TotalResults property is set

WithSellerListing ( ) : SellerListings

Sets the SellerListing property

WithTotalPages ( Decimal totalPages ) : SellerListings

Sets the TotalPages property

WithTotalResults ( Decimal totalResults ) : SellerListings

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

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

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

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

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

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

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

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

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

Sets the SellerListing property
public WithSellerListing ( ) : SellerListings
Результат SellerListings

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

Sets the TotalPages property
public WithTotalPages ( Decimal totalPages ) : SellerListings
totalPages Decimal TotalPages property
Результат SellerListings

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

Sets the TotalResults property
public WithTotalResults ( Decimal totalResults ) : SellerListings
totalResults Decimal TotalResults property
Результат SellerListings