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

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

Private Properties

프로퍼티 타입 설명
EscapeXML String

공개 메소드들

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

Checks if Comment property is set

IsSetDateAdded ( ) : System.Boolean

Checks if DateAdded property is set

IsSetItem ( ) : System.Boolean

Checks if Item property is set

IsSetListItemId ( ) : System.Boolean

Checks if ListItemId property is set

IsSetQuantityDesired ( ) : System.Boolean

Checks if QuantityDesired property is set

IsSetQuantityReceived ( ) : System.Boolean

Checks if QuantityReceived property is set

WithComment ( String comment ) : ListItem

Sets the Comment property

WithDateAdded ( String dateAdded ) : ListItem

Sets the DateAdded property

WithItem ( Item item ) : ListItem

Sets the Item property

WithListItemId ( String listItemId ) : ListItem

Sets the ListItemId property

WithQuantityDesired ( String quantityDesired ) : ListItem

Sets the QuantityDesired property

WithQuantityReceived ( String quantityReceived ) : ListItem

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

메소드 상세

IsSetComment() 공개 메소드

Checks if Comment property is set
public IsSetComment ( ) : System.Boolean
리턴 System.Boolean

IsSetDateAdded() 공개 메소드

Checks if DateAdded property is set
public IsSetDateAdded ( ) : System.Boolean
리턴 System.Boolean

IsSetItem() 공개 메소드

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

IsSetListItemId() 공개 메소드

Checks if ListItemId property is set
public IsSetListItemId ( ) : System.Boolean
리턴 System.Boolean

IsSetQuantityDesired() 공개 메소드

Checks if QuantityDesired property is set
public IsSetQuantityDesired ( ) : System.Boolean
리턴 System.Boolean

IsSetQuantityReceived() 공개 메소드

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

WithComment() 공개 메소드

Sets the Comment property
public WithComment ( String comment ) : ListItem
comment String Comment property
리턴 ListItem

WithDateAdded() 공개 메소드

Sets the DateAdded property
public WithDateAdded ( String dateAdded ) : ListItem
dateAdded String DateAdded property
리턴 ListItem

WithItem() 공개 메소드

Sets the Item property
public WithItem ( Item item ) : ListItem
item Item Item property
리턴 ListItem

WithListItemId() 공개 메소드

Sets the ListItemId property
public WithListItemId ( String listItemId ) : ListItem
listItemId String ListItemId property
리턴 ListItem

WithQuantityDesired() 공개 메소드

Sets the QuantityDesired property
public WithQuantityDesired ( String quantityDesired ) : ListItem
quantityDesired String QuantityDesired property
리턴 ListItem

WithQuantityReceived() 공개 메소드

Sets the QuantityReceived property
public WithQuantityReceived ( String quantityReceived ) : ListItem
quantityReceived String QuantityReceived property
리턴 ListItem