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

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

Private Properties

프로퍼티 타입 설명
EscapeXML String

공개 메소드들

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

Checks if Height property is set

IsSetLength ( ) : System.Boolean

Checks if Length property is set

IsSetWeight ( ) : System.Boolean

Checks if Weight property is set

IsSetWidth ( ) : System.Boolean

Checks if Width property is set

WithHeight ( DecimalWithUnits height ) : PackageDimensions

Sets the Height property

WithLength ( DecimalWithUnits length ) : PackageDimensions

Sets the Length property

WithWeight ( DecimalWithUnits weight ) : PackageDimensions

Sets the Weight property

WithWidth ( DecimalWithUnits width ) : PackageDimensions

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

메소드 상세

IsSetHeight() 공개 메소드

Checks if Height property is set
public IsSetHeight ( ) : System.Boolean
리턴 System.Boolean

IsSetLength() 공개 메소드

Checks if Length property is set
public IsSetLength ( ) : System.Boolean
리턴 System.Boolean

IsSetWeight() 공개 메소드

Checks if Weight property is set
public IsSetWeight ( ) : System.Boolean
리턴 System.Boolean

IsSetWidth() 공개 메소드

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

WithHeight() 공개 메소드

Sets the Height property
public WithHeight ( DecimalWithUnits height ) : PackageDimensions
height DecimalWithUnits Height property
리턴 PackageDimensions

WithLength() 공개 메소드

Sets the Length property
public WithLength ( DecimalWithUnits length ) : PackageDimensions
length DecimalWithUnits Length property
리턴 PackageDimensions

WithWeight() 공개 메소드

Sets the Weight property
public WithWeight ( DecimalWithUnits weight ) : PackageDimensions
weight DecimalWithUnits Weight property
리턴 PackageDimensions

WithWidth() 공개 메소드

Sets the Width property
public WithWidth ( DecimalWithUnits width ) : PackageDimensions
width DecimalWithUnits Width property
리턴 PackageDimensions