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

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

Private Properties

프로퍼티 타입 설명
EscapeXML String

공개 메소드들

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

Checks if HighestListPrice property is set

IsSetHighestSalePrice ( ) : System.Boolean

Checks if HighestSalePrice property is set

IsSetLowestListPrice ( ) : System.Boolean

Checks if LowestListPrice property is set

IsSetLowestSalePrice ( ) : System.Boolean

Checks if LowestSalePrice property is set

WithHighestListPrice ( Price highestListPrice ) : CollectionSummary

Sets the HighestListPrice property

WithHighestSalePrice ( Price highestSalePrice ) : CollectionSummary

Sets the HighestSalePrice property

WithLowestListPrice ( Price lowestListPrice ) : CollectionSummary

Sets the LowestListPrice property

WithLowestSalePrice ( Price lowestSalePrice ) : CollectionSummary

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

메소드 상세

IsSetHighestListPrice() 공개 메소드

Checks if HighestListPrice property is set
public IsSetHighestListPrice ( ) : System.Boolean
리턴 System.Boolean

IsSetHighestSalePrice() 공개 메소드

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

IsSetLowestListPrice() 공개 메소드

Checks if LowestListPrice property is set
public IsSetLowestListPrice ( ) : System.Boolean
리턴 System.Boolean

IsSetLowestSalePrice() 공개 메소드

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

WithHighestListPrice() 공개 메소드

Sets the HighestListPrice property
public WithHighestListPrice ( Price highestListPrice ) : CollectionSummary
highestListPrice Price HighestListPrice property
리턴 CollectionSummary

WithHighestSalePrice() 공개 메소드

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

WithLowestListPrice() 공개 메소드

Sets the LowestListPrice property
public WithLowestListPrice ( Price lowestListPrice ) : CollectionSummary
lowestListPrice Price LowestListPrice property
리턴 CollectionSummary

WithLowestSalePrice() 공개 메소드

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