C# Class MarketplaceWebServiceProducts.Model.Message

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

Private Properties

Property Type Description
EscapeXML String

Public Methods

Method Description
IsSetLocale ( ) : System.Boolean

Checks if Locale property is set

IsSetText ( ) : System.Boolean

Checks if Text property is set

WithLocale ( String locale ) : Message

Sets the Locale property

WithText ( String text ) : Message

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

IsSetLocale() public method

Checks if Locale property is set
public IsSetLocale ( ) : System.Boolean
return System.Boolean

IsSetText() public method

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

WithLocale() public method

Sets the Locale property
public WithLocale ( String locale ) : Message
locale String Locale property
return Message

WithText() public method

Sets the Text property
public WithText ( String text ) : Message
text String Text property
return Message