C# Class Amazon.ECS.Model.CustomerReviews

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

Private Properties

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

Méthodes publiques

Méthode Description
IsSetAverageRating ( ) : System.Boolean

Checks if AverageRating property is set

IsSetReview ( ) : System.Boolean

Checks if Review property is set

IsSetTotalReviewPages ( ) : System.Boolean

Checks if TotalReviewPages property is set

IsSetTotalReviews ( ) : System.Boolean

Checks if TotalReviews property is set

WithAverageRating ( Decimal averageRating ) : CustomerReviews

Sets the AverageRating property

WithReview ( ) : CustomerReviews

Sets the Review property

WithTotalReviewPages ( Decimal totalReviewPages ) : CustomerReviews

Sets the TotalReviewPages property

WithTotalReviews ( Decimal totalReviews ) : CustomerReviews

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

IsSetAverageRating() public méthode

Checks if AverageRating property is set
public IsSetAverageRating ( ) : System.Boolean
Résultat System.Boolean

IsSetReview() public méthode

Checks if Review property is set
public IsSetReview ( ) : System.Boolean
Résultat System.Boolean

IsSetTotalReviewPages() public méthode

Checks if TotalReviewPages property is set
public IsSetTotalReviewPages ( ) : System.Boolean
Résultat System.Boolean

IsSetTotalReviews() public méthode

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

WithAverageRating() public méthode

Sets the AverageRating property
public WithAverageRating ( Decimal averageRating ) : CustomerReviews
averageRating Decimal AverageRating property
Résultat CustomerReviews

WithReview() public méthode

Sets the Review property
public WithReview ( ) : CustomerReviews
Résultat CustomerReviews

WithTotalReviewPages() public méthode

Sets the TotalReviewPages property
public WithTotalReviewPages ( Decimal totalReviewPages ) : CustomerReviews
totalReviewPages Decimal TotalReviewPages property
Résultat CustomerReviews

WithTotalReviews() public méthode

Sets the TotalReviews property
public WithTotalReviews ( Decimal totalReviews ) : CustomerReviews
totalReviews Decimal TotalReviews property
Résultat CustomerReviews