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

파일 보기 프로젝트 열기: nexus49/grado 1 사용 예제들

Private Properties

프로퍼티 타입 설명
EscapeXML String

공개 메소드들

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

Checks if HighestPrice property is set

IsSetHighestSalePrice ( ) : System.Boolean

Checks if HighestSalePrice property is set

IsSetLowestPrice ( ) : System.Boolean

Checks if LowestPrice property is set

IsSetLowestSalePrice ( ) : System.Boolean

Checks if LowestSalePrice property is set

IsSetSingleMerchantId ( ) : System.Boolean

Checks if SingleMerchantId property is set

WithHighestPrice ( Price highestPrice ) : VariationSummary

Sets the HighestPrice property

WithHighestSalePrice ( Price highestSalePrice ) : VariationSummary

Sets the HighestSalePrice property

WithLowestPrice ( Price lowestPrice ) : VariationSummary

Sets the LowestPrice property

WithLowestSalePrice ( Price lowestSalePrice ) : VariationSummary

Sets the LowestSalePrice property

WithSingleMerchantId ( String singleMerchantId ) : VariationSummary

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

메소드 상세

IsSetHighestPrice() 공개 메소드

Checks if HighestPrice property is set
public IsSetHighestPrice ( ) : System.Boolean
리턴 System.Boolean

IsSetHighestSalePrice() 공개 메소드

Checks if HighestSalePrice property is set
public IsSetHighestSalePrice ( ) : System.Boolean
리턴 System.Boolean

IsSetLowestPrice() 공개 메소드

Checks if LowestPrice property is set
public IsSetLowestPrice ( ) : System.Boolean
리턴 System.Boolean

IsSetLowestSalePrice() 공개 메소드

Checks if LowestSalePrice property is set
public IsSetLowestSalePrice ( ) : System.Boolean
리턴 System.Boolean

IsSetSingleMerchantId() 공개 메소드

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

WithHighestPrice() 공개 메소드

Sets the HighestPrice property
public WithHighestPrice ( Price highestPrice ) : VariationSummary
highestPrice Price HighestPrice property
리턴 VariationSummary

WithHighestSalePrice() 공개 메소드

Sets the HighestSalePrice property
public WithHighestSalePrice ( Price highestSalePrice ) : VariationSummary
highestSalePrice Price HighestSalePrice property
리턴 VariationSummary

WithLowestPrice() 공개 메소드

Sets the LowestPrice property
public WithLowestPrice ( Price lowestPrice ) : VariationSummary
lowestPrice Price LowestPrice property
리턴 VariationSummary

WithLowestSalePrice() 공개 메소드

Sets the LowestSalePrice property
public WithLowestSalePrice ( Price lowestSalePrice ) : VariationSummary
lowestSalePrice Price LowestSalePrice property
리턴 VariationSummary

WithSingleMerchantId() 공개 메소드

Sets the SingleMerchantId property
public WithSingleMerchantId ( String singleMerchantId ) : VariationSummary
singleMerchantId String SingleMerchantId property
리턴 VariationSummary