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

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

Private Properties

프로퍼티 타입 설명
EscapeXML String

공개 메소드들

메소드 설명
IsSetCorrectedQuery ( ) : System.Boolean

Checks if CorrectedQuery property is set

IsSetEngineQuery ( ) : System.Boolean

Checks if EngineQuery property is set

IsSetItem ( ) : System.Boolean

Checks if Item property is set

IsSetQid ( ) : System.Boolean

Checks if Qid property is set

IsSetSearchResultsMap ( ) : System.Boolean

Checks if SearchResultsMap property is set

IsSetTotalPages ( ) : System.Boolean

Checks if TotalPages property is set

IsSetTotalResults ( ) : System.Boolean

Checks if TotalResults property is set

WithCorrectedQuery ( CorrectedQuery correctedQuery ) : Items

Sets the CorrectedQuery property

WithEngineQuery ( String engineQuery ) : Items

Sets the EngineQuery property

WithItem ( ) : Items

Sets the Item property

WithQid ( String qid ) : Items

Sets the Qid property

WithSearchResultsMap ( SearchResultsMap searchResultsMap ) : Items

Sets the SearchResultsMap property

WithTotalPages ( Decimal totalPages ) : Items

Sets the TotalPages property

WithTotalResults ( Decimal totalResults ) : Items

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

메소드 상세

IsSetCorrectedQuery() 공개 메소드

Checks if CorrectedQuery property is set
public IsSetCorrectedQuery ( ) : System.Boolean
리턴 System.Boolean

IsSetEngineQuery() 공개 메소드

Checks if EngineQuery property is set
public IsSetEngineQuery ( ) : System.Boolean
리턴 System.Boolean

IsSetItem() 공개 메소드

Checks if Item property is set
public IsSetItem ( ) : System.Boolean
리턴 System.Boolean

IsSetQid() 공개 메소드

Checks if Qid property is set
public IsSetQid ( ) : System.Boolean
리턴 System.Boolean

IsSetSearchResultsMap() 공개 메소드

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

WithCorrectedQuery() 공개 메소드

Sets the CorrectedQuery property
public WithCorrectedQuery ( CorrectedQuery correctedQuery ) : Items
correctedQuery CorrectedQuery CorrectedQuery property
리턴 Items

WithEngineQuery() 공개 메소드

Sets the EngineQuery property
public WithEngineQuery ( String engineQuery ) : Items
engineQuery String EngineQuery property
리턴 Items

WithItem() 공개 메소드

Sets the Item property
public WithItem ( ) : Items
리턴 Items

WithQid() 공개 메소드

Sets the Qid property
public WithQid ( String qid ) : Items
qid String Qid property
리턴 Items

WithSearchResultsMap() 공개 메소드

Sets the SearchResultsMap property
public WithSearchResultsMap ( SearchResultsMap searchResultsMap ) : Items
searchResultsMap SearchResultsMap SearchResultsMap property
리턴 Items

WithTotalPages() 공개 메소드

Sets the TotalPages property
public WithTotalPages ( Decimal totalPages ) : Items
totalPages Decimal TotalPages property
리턴 Items

WithTotalResults() 공개 메소드

Sets the TotalResults property
public WithTotalResults ( Decimal totalResults ) : Items
totalResults Decimal TotalResults property
리턴 Items