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

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

Private Properties

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

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

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

Checks of ASIN property is set

IsSetCorrectedQuery ( ) : System.Boolean

Checks if CorrectedQuery property is set

IsSetIndexName ( ) : System.Boolean

Checks if IndexName property is set

IsSetPages ( ) : System.Boolean

Checks if Pages property is set

IsSetRelevanceRank ( ) : System.Boolean

Checks if RelevanceRank property is set

IsSetResults ( ) : System.Boolean

Checks if Results property is set

WithASIN ( ) : SearchResultsMapSearchIndex

Sets the ASIN property

WithCorrectedQuery ( CorrectedQuery correctedQuery ) : SearchResultsMapSearchIndex

Sets the CorrectedQuery property

WithIndexName ( String indexName ) : SearchResultsMapSearchIndex

Sets the IndexName property

WithPages ( Decimal pages ) : SearchResultsMapSearchIndex

Sets the Pages property

WithRelevanceRank ( Decimal relevanceRank ) : SearchResultsMapSearchIndex

Sets the RelevanceRank property

WithResults ( Decimal results ) : SearchResultsMapSearchIndex

Sets the Results 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 of ASIN property is set
public IsSetASIN ( ) : System.Boolean
Результат System.Boolean

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

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

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

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

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

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

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

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

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

Checks if Results property is set
public IsSetResults ( ) : 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 ( ) : SearchResultsMapSearchIndex
Результат SearchResultsMapSearchIndex

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

Sets the CorrectedQuery property
public WithCorrectedQuery ( CorrectedQuery correctedQuery ) : SearchResultsMapSearchIndex
correctedQuery CorrectedQuery CorrectedQuery property
Результат SearchResultsMapSearchIndex

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

Sets the IndexName property
public WithIndexName ( String indexName ) : SearchResultsMapSearchIndex
indexName String IndexName property
Результат SearchResultsMapSearchIndex

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

Sets the Pages property
public WithPages ( Decimal pages ) : SearchResultsMapSearchIndex
pages Decimal Pages property
Результат SearchResultsMapSearchIndex

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

Sets the RelevanceRank property
public WithRelevanceRank ( Decimal relevanceRank ) : SearchResultsMapSearchIndex
relevanceRank Decimal RelevanceRank property
Результат SearchResultsMapSearchIndex

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

Sets the Results property
public WithResults ( Decimal results ) : SearchResultsMapSearchIndex
results Decimal Results property
Результат SearchResultsMapSearchIndex