C# Class Amazon.ECS.Model.LoyaltyPoints

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

Private Properties

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

Méthodes publiques

Méthode Description
IsSetPoints ( ) : System.Boolean

Checks if Points property is set

IsSetTypicalRedemptionValue ( ) : System.Boolean

Checks if TypicalRedemptionValue property is set

WithPoints ( Decimal points ) : LoyaltyPoints

Sets the Points property

WithTypicalRedemptionValue ( Price typicalRedemptionValue ) : LoyaltyPoints

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

IsSetPoints() public méthode

Checks if Points property is set
public IsSetPoints ( ) : System.Boolean
Résultat System.Boolean

IsSetTypicalRedemptionValue() public méthode

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

WithPoints() public méthode

Sets the Points property
public WithPoints ( Decimal points ) : LoyaltyPoints
points Decimal Points property
Résultat LoyaltyPoints

WithTypicalRedemptionValue() public méthode

Sets the TypicalRedemptionValue property
public WithTypicalRedemptionValue ( Price typicalRedemptionValue ) : LoyaltyPoints
typicalRedemptionValue Price TypicalRedemptionValue property
Résultat LoyaltyPoints