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

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

Private Properties

프로퍼티 타입 설명
EscapeXML String

공개 메소드들

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

Checks if Condition property is set

IsSetOrderingCustomerId ( ) : System.Boolean

Checks if OrderingCustomerId property is set

IsSetPayingCustomerId ( ) : System.Boolean

Checks if PayingCustomerId property is set

IsSetSellerId ( ) : System.Boolean

Checks if SellerId property is set

IsSetSellerName ( ) : System.Boolean

Checks if SellerName property is set

IsSetShipments ( ) : System.Boolean

Checks if Shipments property is set

IsSetTotals ( ) : System.Boolean

Checks if Totals property is set

IsSetTransactionDate ( ) : System.Boolean

Checks if TransactionDate property is set

IsSetTransactionDateEpoch ( ) : System.Boolean

Checks if TransactionDateEpoch property is set

IsSetTransactionId ( ) : System.Boolean

Checks if TransactionId property is set

IsSetTransactionItems ( ) : System.Boolean

Checks if TransactionItems property is set

WithCondition ( String condition ) : Transaction

Sets the Condition property

WithOrderingCustomerId ( String orderingCustomerId ) : Transaction

Sets the OrderingCustomerId property

WithPayingCustomerId ( String payingCustomerId ) : Transaction

Sets the PayingCustomerId property

WithSellerId ( String sellerId ) : Transaction

Sets the SellerId property

WithSellerName ( String sellerName ) : Transaction

Sets the SellerName property

WithShipments ( TransactionShipments shipments ) : Transaction

Sets the Shipments property

WithTotals ( TransactionTotals totals ) : Transaction

Sets the Totals property

WithTransactionDate ( String transactionDate ) : Transaction

Sets the TransactionDate property

WithTransactionDateEpoch ( String transactionDateEpoch ) : Transaction

Sets the TransactionDateEpoch property

WithTransactionId ( String transactionId ) : Transaction

Sets the TransactionId property

WithTransactionItems ( TransactionItems transactionItems ) : Transaction

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

메소드 상세

IsSetCondition() 공개 메소드

Checks if Condition property is set
public IsSetCondition ( ) : System.Boolean
리턴 System.Boolean

IsSetOrderingCustomerId() 공개 메소드

Checks if OrderingCustomerId property is set
public IsSetOrderingCustomerId ( ) : System.Boolean
리턴 System.Boolean

IsSetPayingCustomerId() 공개 메소드

Checks if PayingCustomerId property is set
public IsSetPayingCustomerId ( ) : System.Boolean
리턴 System.Boolean

IsSetSellerId() 공개 메소드

Checks if SellerId property is set
public IsSetSellerId ( ) : System.Boolean
리턴 System.Boolean

IsSetSellerName() 공개 메소드

Checks if SellerName property is set
public IsSetSellerName ( ) : System.Boolean
리턴 System.Boolean

IsSetShipments() 공개 메소드

Checks if Shipments property is set
public IsSetShipments ( ) : System.Boolean
리턴 System.Boolean

IsSetTotals() 공개 메소드

Checks if Totals property is set
public IsSetTotals ( ) : System.Boolean
리턴 System.Boolean

IsSetTransactionDate() 공개 메소드

Checks if TransactionDate property is set
public IsSetTransactionDate ( ) : System.Boolean
리턴 System.Boolean

IsSetTransactionDateEpoch() 공개 메소드

Checks if TransactionDateEpoch property is set
public IsSetTransactionDateEpoch ( ) : System.Boolean
리턴 System.Boolean

IsSetTransactionId() 공개 메소드

Checks if TransactionId property is set
public IsSetTransactionId ( ) : System.Boolean
리턴 System.Boolean

IsSetTransactionItems() 공개 메소드

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

WithCondition() 공개 메소드

Sets the Condition property
public WithCondition ( String condition ) : Transaction
condition String Condition property
리턴 Transaction

WithOrderingCustomerId() 공개 메소드

Sets the OrderingCustomerId property
public WithOrderingCustomerId ( String orderingCustomerId ) : Transaction
orderingCustomerId String OrderingCustomerId property
리턴 Transaction

WithPayingCustomerId() 공개 메소드

Sets the PayingCustomerId property
public WithPayingCustomerId ( String payingCustomerId ) : Transaction
payingCustomerId String PayingCustomerId property
리턴 Transaction

WithSellerId() 공개 메소드

Sets the SellerId property
public WithSellerId ( String sellerId ) : Transaction
sellerId String SellerId property
리턴 Transaction

WithSellerName() 공개 메소드

Sets the SellerName property
public WithSellerName ( String sellerName ) : Transaction
sellerName String SellerName property
리턴 Transaction

WithShipments() 공개 메소드

Sets the Shipments property
public WithShipments ( TransactionShipments shipments ) : Transaction
shipments TransactionShipments Shipments property
리턴 Transaction

WithTotals() 공개 메소드

Sets the Totals property
public WithTotals ( TransactionTotals totals ) : Transaction
totals TransactionTotals Totals property
리턴 Transaction

WithTransactionDate() 공개 메소드

Sets the TransactionDate property
public WithTransactionDate ( String transactionDate ) : Transaction
transactionDate String TransactionDate property
리턴 Transaction

WithTransactionDateEpoch() 공개 메소드

Sets the TransactionDateEpoch property
public WithTransactionDateEpoch ( String transactionDateEpoch ) : Transaction
transactionDateEpoch String TransactionDateEpoch property
리턴 Transaction

WithTransactionId() 공개 메소드

Sets the TransactionId property
public WithTransactionId ( String transactionId ) : Transaction
transactionId String TransactionId property
리턴 Transaction

WithTransactionItems() 공개 메소드

Sets the TransactionItems property
public WithTransactionItems ( TransactionItems transactionItems ) : Transaction
transactionItems TransactionItems TransactionItems property
리턴 Transaction