C# Class Amazon.ECS.Model.Price

Afficher le fichier Open project: nexus49/grado Class Usage Examples

Private Properties

Свойство Type Description
EscapeXML String

Méthodes publiques

Méthode Description
IsSetAmount ( ) : System.Boolean

Checks if Amount property is set

IsSetCurrencyCode ( ) : System.Boolean

Checks if CurrencyCode property is set

IsSetFormattedPrice ( ) : System.Boolean

Checks if FormattedPrice property is set

WithAmount ( Decimal amount ) : Price

Sets the Amount property

WithCurrencyCode ( String currencyCode ) : Price

Sets the CurrencyCode property

WithFormattedPrice ( String formattedPrice ) : Price

Sets the FormattedPrice property

Méthodes protégées

Méthode 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

Méthode Description
EscapeXML ( String str ) : String

Method Details

IsSetAmount() public méthode

Checks if Amount property is set
public IsSetAmount ( ) : System.Boolean
Résultat System.Boolean

IsSetCurrencyCode() public méthode

Checks if CurrencyCode property is set
public IsSetCurrencyCode ( ) : System.Boolean
Résultat System.Boolean

IsSetFormattedPrice() public méthode

Checks if FormattedPrice property is set
public IsSetFormattedPrice ( ) : System.Boolean
Résultat System.Boolean

ToXMLFragment() protected méthode

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
Résultat String

WithAmount() public méthode

Sets the Amount property
public WithAmount ( Decimal amount ) : Price
amount Decimal Amount property
Résultat Price

WithCurrencyCode() public méthode

Sets the CurrencyCode property
public WithCurrencyCode ( String currencyCode ) : Price
currencyCode String CurrencyCode property
Résultat Price

WithFormattedPrice() public méthode

Sets the FormattedPrice property
public WithFormattedPrice ( String formattedPrice ) : Price
formattedPrice String FormattedPrice property
Résultat Price