C# 클래스 Amazon.ECS.Model.SearchResultsMapSearchIndex

파일 보기 프로젝트 열기: nexus49/grado

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