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

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

Private Properties

프로퍼티 타입 설명
EscapeXML String

공개 메소드들

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

Checks if Benefits property is set

IsSetCouponCombinationType ( ) : System.Boolean

Checks if CouponCombinationType property is set

IsSetEligibilityRequirements ( ) : System.Boolean

Checks if EligibilityRequirements property is set

IsSetEndDate ( ) : System.Boolean

Checks if EndDate property is set

IsSetGroupClaimCode ( ) : System.Boolean

Checks if GroupClaimCode property is set

IsSetItemApplicability ( ) : System.Boolean

Checks if ItemApplicability property is set

IsSetMerchandisingMessage ( ) : System.Boolean

Checks if MerchandisingMessage property is set

IsSetMerchantId ( ) : System.Boolean

Checks if MerchantId property is set

IsSetMerchantPromotionId ( ) : System.Boolean

Checks if MerchantPromotionId property is set

IsSetOwningMerchantId ( ) : System.Boolean

Checks if OwningMerchantId property is set

IsSetPromotionCategory ( ) : System.Boolean

Checks if PromotionCategory property is set

IsSetPromotionId ( ) : System.Boolean

Checks if PromotionId property is set

IsSetStartDate ( ) : System.Boolean

Checks if StartDate property is set

IsSetTermsAndConditions ( ) : System.Boolean

Checks if TermsAndConditions property is set

WithBenefits ( PromotionBenefits benefits ) : PromotionDetails

Sets the Benefits property

WithCouponCombinationType ( String couponCombinationType ) : PromotionDetails

Sets the CouponCombinationType property

WithEligibilityRequirements ( PromotionEligibilityRequirements eligibilityRequirements ) : PromotionDetails

Sets the EligibilityRequirements property

WithEndDate ( String endDate ) : PromotionDetails

Sets the EndDate property

WithGroupClaimCode ( String groupClaimCode ) : PromotionDetails

Sets the GroupClaimCode property

WithItemApplicability ( PromotionItemApplicability itemApplicability ) : PromotionDetails

Sets the ItemApplicability property

WithMerchandisingMessage ( String merchandisingMessage ) : PromotionDetails

Sets the MerchandisingMessage property

WithMerchantId ( String merchantId ) : PromotionDetails

Sets the MerchantId property

WithMerchantPromotionId ( String merchantPromotionId ) : PromotionDetails

Sets the MerchantPromotionId property

WithOwningMerchantId ( String owningMerchantId ) : PromotionDetails

Sets the OwningMerchantId property

WithPromotionCategory ( String promotionCategory ) : PromotionDetails

Sets the PromotionCategory property

WithPromotionId ( String promotionId ) : PromotionDetails

Sets the PromotionId property

WithStartDate ( String startDate ) : PromotionDetails

Sets the StartDate property

WithTermsAndConditions ( String termsAndConditions ) : PromotionDetails

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

메소드 상세

IsSetBenefits() 공개 메소드

Checks if Benefits property is set
public IsSetBenefits ( ) : System.Boolean
리턴 System.Boolean

IsSetCouponCombinationType() 공개 메소드

Checks if CouponCombinationType property is set
public IsSetCouponCombinationType ( ) : System.Boolean
리턴 System.Boolean

IsSetEligibilityRequirements() 공개 메소드

Checks if EligibilityRequirements property is set
public IsSetEligibilityRequirements ( ) : System.Boolean
리턴 System.Boolean

IsSetEndDate() 공개 메소드

Checks if EndDate property is set
public IsSetEndDate ( ) : System.Boolean
리턴 System.Boolean

IsSetGroupClaimCode() 공개 메소드

Checks if GroupClaimCode property is set
public IsSetGroupClaimCode ( ) : System.Boolean
리턴 System.Boolean

IsSetItemApplicability() 공개 메소드

Checks if ItemApplicability property is set
public IsSetItemApplicability ( ) : System.Boolean
리턴 System.Boolean

IsSetMerchandisingMessage() 공개 메소드

Checks if MerchandisingMessage property is set
public IsSetMerchandisingMessage ( ) : System.Boolean
리턴 System.Boolean

IsSetMerchantId() 공개 메소드

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

IsSetMerchantPromotionId() 공개 메소드

Checks if MerchantPromotionId property is set
public IsSetMerchantPromotionId ( ) : System.Boolean
리턴 System.Boolean

IsSetOwningMerchantId() 공개 메소드

Checks if OwningMerchantId property is set
public IsSetOwningMerchantId ( ) : System.Boolean
리턴 System.Boolean

IsSetPromotionCategory() 공개 메소드

Checks if PromotionCategory property is set
public IsSetPromotionCategory ( ) : System.Boolean
리턴 System.Boolean

IsSetPromotionId() 공개 메소드

Checks if PromotionId property is set
public IsSetPromotionId ( ) : System.Boolean
리턴 System.Boolean

IsSetStartDate() 공개 메소드

Checks if StartDate property is set
public IsSetStartDate ( ) : System.Boolean
리턴 System.Boolean

IsSetTermsAndConditions() 공개 메소드

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

WithBenefits() 공개 메소드

Sets the Benefits property
public WithBenefits ( PromotionBenefits benefits ) : PromotionDetails
benefits PromotionBenefits Benefits property
리턴 PromotionDetails

WithCouponCombinationType() 공개 메소드

Sets the CouponCombinationType property
public WithCouponCombinationType ( String couponCombinationType ) : PromotionDetails
couponCombinationType String CouponCombinationType property
리턴 PromotionDetails

WithEligibilityRequirements() 공개 메소드

Sets the EligibilityRequirements property
public WithEligibilityRequirements ( PromotionEligibilityRequirements eligibilityRequirements ) : PromotionDetails
eligibilityRequirements PromotionEligibilityRequirements EligibilityRequirements property
리턴 PromotionDetails

WithEndDate() 공개 메소드

Sets the EndDate property
public WithEndDate ( String endDate ) : PromotionDetails
endDate String EndDate property
리턴 PromotionDetails

WithGroupClaimCode() 공개 메소드

Sets the GroupClaimCode property
public WithGroupClaimCode ( String groupClaimCode ) : PromotionDetails
groupClaimCode String GroupClaimCode property
리턴 PromotionDetails

WithItemApplicability() 공개 메소드

Sets the ItemApplicability property
public WithItemApplicability ( PromotionItemApplicability itemApplicability ) : PromotionDetails
itemApplicability PromotionItemApplicability ItemApplicability property
리턴 PromotionDetails

WithMerchandisingMessage() 공개 메소드

Sets the MerchandisingMessage property
public WithMerchandisingMessage ( String merchandisingMessage ) : PromotionDetails
merchandisingMessage String MerchandisingMessage property
리턴 PromotionDetails

WithMerchantId() 공개 메소드

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

WithMerchantPromotionId() 공개 메소드

Sets the MerchantPromotionId property
public WithMerchantPromotionId ( String merchantPromotionId ) : PromotionDetails
merchantPromotionId String MerchantPromotionId property
리턴 PromotionDetails

WithOwningMerchantId() 공개 메소드

Sets the OwningMerchantId property
public WithOwningMerchantId ( String owningMerchantId ) : PromotionDetails
owningMerchantId String OwningMerchantId property
리턴 PromotionDetails

WithPromotionCategory() 공개 메소드

Sets the PromotionCategory property
public WithPromotionCategory ( String promotionCategory ) : PromotionDetails
promotionCategory String PromotionCategory property
리턴 PromotionDetails

WithPromotionId() 공개 메소드

Sets the PromotionId property
public WithPromotionId ( String promotionId ) : PromotionDetails
promotionId String PromotionId property
리턴 PromotionDetails

WithStartDate() 공개 메소드

Sets the StartDate property
public WithStartDate ( String startDate ) : PromotionDetails
startDate String StartDate property
리턴 PromotionDetails

WithTermsAndConditions() 공개 메소드

Sets the TermsAndConditions property
public WithTermsAndConditions ( String termsAndConditions ) : PromotionDetails
termsAndConditions String TermsAndConditions property
리턴 PromotionDetails