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

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

Private Properties

프로퍼티 타입 설명
EscapeXML String

공개 메소드들

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

Checks if About property is set

IsSetAverageFeedbackRating ( ) : System.Boolean

Checks if AverageFeedbackRating property is set

IsSetGlancePage ( ) : System.Boolean

Checks if GlancePage property is set

IsSetLocation ( ) : System.Boolean

Checks if Location property is set

IsSetMoreAbout ( ) : System.Boolean

Checks if MoreAbout property is set

IsSetNickname ( ) : System.Boolean

Checks if Nickname property is set

IsSetSellerFeedback ( ) : System.Boolean

Checks if SellerFeedback property is set

IsSetSellerFeedbackSummary ( ) : System.Boolean

Checks if SellerFeedbackSummary property is set

IsSetSellerId ( ) : System.Boolean

Checks if SellerId property is set

IsSetSellerLegalName ( ) : System.Boolean

Checks if SellerLegalName property is set

IsSetSellerName ( ) : System.Boolean

Checks if SellerName property is set

IsSetTotalFeedback ( ) : System.Boolean

Checks if TotalFeedback property is set

IsSetTotalFeedbackPages ( ) : System.Boolean

Checks if TotalFeedbackPages property is set

WithAbout ( String about ) : Seller

Sets the About property

WithAverageFeedbackRating ( Decimal averageFeedbackRating ) : Seller

Sets the AverageFeedbackRating property

WithGlancePage ( String glancePage ) : Seller

Sets the GlancePage property

WithLocation ( SellerLocation location ) : Seller

Sets the Location property

WithMoreAbout ( String moreAbout ) : Seller

Sets the MoreAbout property

WithNickname ( String nickname ) : Seller

Sets the Nickname property

WithSellerFeedback ( SellerFeedback sellerFeedback ) : Seller

Sets the SellerFeedback property

WithSellerFeedbackSummary ( SellerFeedbackSummary sellerFeedbackSummary ) : Seller

Sets the SellerFeedbackSummary property

WithSellerId ( String sellerId ) : Seller

Sets the SellerId property

WithSellerLegalName ( String sellerLegalName ) : Seller

Sets the SellerLegalName property

WithSellerName ( String sellerName ) : Seller

Sets the SellerName property

WithTotalFeedback ( Decimal totalFeedback ) : Seller

Sets the TotalFeedback property

WithTotalFeedbackPages ( Decimal totalFeedbackPages ) : Seller

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

메소드 상세

IsSetAbout() 공개 메소드

Checks if About property is set
public IsSetAbout ( ) : System.Boolean
리턴 System.Boolean

IsSetAverageFeedbackRating() 공개 메소드

Checks if AverageFeedbackRating property is set
public IsSetAverageFeedbackRating ( ) : System.Boolean
리턴 System.Boolean

IsSetGlancePage() 공개 메소드

Checks if GlancePage property is set
public IsSetGlancePage ( ) : System.Boolean
리턴 System.Boolean

IsSetLocation() 공개 메소드

Checks if Location property is set
public IsSetLocation ( ) : System.Boolean
리턴 System.Boolean

IsSetMoreAbout() 공개 메소드

Checks if MoreAbout property is set
public IsSetMoreAbout ( ) : System.Boolean
리턴 System.Boolean

IsSetNickname() 공개 메소드

Checks if Nickname property is set
public IsSetNickname ( ) : System.Boolean
리턴 System.Boolean

IsSetSellerFeedback() 공개 메소드

Checks if SellerFeedback property is set
public IsSetSellerFeedback ( ) : System.Boolean
리턴 System.Boolean

IsSetSellerFeedbackSummary() 공개 메소드

Checks if SellerFeedbackSummary property is set
public IsSetSellerFeedbackSummary ( ) : System.Boolean
리턴 System.Boolean

IsSetSellerId() 공개 메소드

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

IsSetSellerLegalName() 공개 메소드

Checks if SellerLegalName property is set
public IsSetSellerLegalName ( ) : System.Boolean
리턴 System.Boolean

IsSetSellerName() 공개 메소드

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

IsSetTotalFeedback() 공개 메소드

Checks if TotalFeedback property is set
public IsSetTotalFeedback ( ) : System.Boolean
리턴 System.Boolean

IsSetTotalFeedbackPages() 공개 메소드

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

WithAbout() 공개 메소드

Sets the About property
public WithAbout ( String about ) : Seller
about String About property
리턴 Seller

WithAverageFeedbackRating() 공개 메소드

Sets the AverageFeedbackRating property
public WithAverageFeedbackRating ( Decimal averageFeedbackRating ) : Seller
averageFeedbackRating Decimal AverageFeedbackRating property
리턴 Seller

WithGlancePage() 공개 메소드

Sets the GlancePage property
public WithGlancePage ( String glancePage ) : Seller
glancePage String GlancePage property
리턴 Seller

WithLocation() 공개 메소드

Sets the Location property
public WithLocation ( SellerLocation location ) : Seller
location SellerLocation Location property
리턴 Seller

WithMoreAbout() 공개 메소드

Sets the MoreAbout property
public WithMoreAbout ( String moreAbout ) : Seller
moreAbout String MoreAbout property
리턴 Seller

WithNickname() 공개 메소드

Sets the Nickname property
public WithNickname ( String nickname ) : Seller
nickname String Nickname property
리턴 Seller

WithSellerFeedback() 공개 메소드

Sets the SellerFeedback property
public WithSellerFeedback ( SellerFeedback sellerFeedback ) : Seller
sellerFeedback SellerFeedback SellerFeedback property
리턴 Seller

WithSellerFeedbackSummary() 공개 메소드

Sets the SellerFeedbackSummary property
public WithSellerFeedbackSummary ( SellerFeedbackSummary sellerFeedbackSummary ) : Seller
sellerFeedbackSummary SellerFeedbackSummary SellerFeedbackSummary property
리턴 Seller

WithSellerId() 공개 메소드

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

WithSellerLegalName() 공개 메소드

Sets the SellerLegalName property
public WithSellerLegalName ( String sellerLegalName ) : Seller
sellerLegalName String SellerLegalName property
리턴 Seller

WithSellerName() 공개 메소드

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

WithTotalFeedback() 공개 메소드

Sets the TotalFeedback property
public WithTotalFeedback ( Decimal totalFeedback ) : Seller
totalFeedback Decimal TotalFeedback property
리턴 Seller

WithTotalFeedbackPages() 공개 메소드

Sets the TotalFeedbackPages property
public WithTotalFeedbackPages ( Decimal totalFeedbackPages ) : Seller
totalFeedbackPages Decimal TotalFeedbackPages property
리턴 Seller