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

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

Private Properties

프로퍼티 타입 설명
EscapeXML String

공개 메소드들

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

Checks if AverageFeedbackRating property is set

IsSetGlancePage ( ) : System.Boolean

Checks if GlancePage property is set

IsSetMerchantId ( ) : System.Boolean

Checks if MerchantId property is set

IsSetName ( ) : System.Boolean

Checks if Name property is set

IsSetTotalFeedback ( ) : System.Boolean

Checks if TotalFeedback property is set

IsSetTotalFeedbackPages ( ) : System.Boolean

Checks if TotalFeedbackPages property is set

WithAverageFeedbackRating ( Decimal averageFeedbackRating ) : Merchant

Sets the AverageFeedbackRating property

WithGlancePage ( String glancePage ) : Merchant

Sets the GlancePage property

WithMerchantId ( String merchantId ) : Merchant

Sets the MerchantId property

WithName ( String name ) : Merchant

Sets the Name property

WithTotalFeedback ( Decimal totalFeedback ) : Merchant

Sets the TotalFeedback property

WithTotalFeedbackPages ( Decimal totalFeedbackPages ) : Merchant

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

메소드 상세

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

IsSetMerchantId() 공개 메소드

Checks if MerchantId property is set
public IsSetMerchantId ( ) : System.Boolean
리턴 System.Boolean

IsSetName() 공개 메소드

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

WithAverageFeedbackRating() 공개 메소드

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

WithGlancePage() 공개 메소드

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

WithMerchantId() 공개 메소드

Sets the MerchantId property
public WithMerchantId ( String merchantId ) : Merchant
merchantId String MerchantId property
리턴 Merchant

WithName() 공개 메소드

Sets the Name property
public WithName ( String name ) : Merchant
name String Name property
리턴 Merchant

WithTotalFeedback() 공개 메소드

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

WithTotalFeedbackPages() 공개 메소드

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