C# Class MarketplaceWebServiceProducts.Model.OfferCountType

显示文件 Open project: nyneaxis/Amazon_MWS Class Usage Examples

Private Properties

Property Type Description
EscapeXML String

Public Methods

Method Description
IsSetValue ( ) : System.Boolean

Checks if Value property is set

IsSetcondition ( ) : System.Boolean

Checks if condition property is set

WithValue ( Decimal value ) : OfferCountType

Sets the Value property

Withcondition ( String condition ) : OfferCountType

Sets the condition property

Protected Methods

Method Description
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

Private Methods

Method Description
EscapeXML ( String str ) : String

Method Details

IsSetValue() public method

Checks if Value property is set
public IsSetValue ( ) : System.Boolean
return System.Boolean

IsSetcondition() public method

Checks if condition property is set
public IsSetcondition ( ) : System.Boolean
return System.Boolean

ToXMLFragment() protected method

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
return String

WithValue() public method

Sets the Value property
public WithValue ( Decimal value ) : OfferCountType
value Decimal Value property
return OfferCountType

Withcondition() public method

Sets the condition property
public Withcondition ( String condition ) : OfferCountType
condition String condition property
return OfferCountType