C# Class Amazon.ECS.Model.Offers

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

Private Properties

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

Méthodes publiques

Méthode Description
IsSetOffer ( ) : System.Boolean

Checks if Offer property is set

IsSetTotalOfferPages ( ) : System.Boolean

Checks if TotalOfferPages property is set

IsSetTotalOffers ( ) : System.Boolean

Checks if TotalOffers property is set

WithOffer ( ) : Offers

Sets the Offer property

WithTotalOfferPages ( Decimal totalOfferPages ) : Offers

Sets the TotalOfferPages property

WithTotalOffers ( Decimal totalOffers ) : Offers

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

IsSetOffer() public méthode

Checks if Offer property is set
public IsSetOffer ( ) : System.Boolean
Résultat System.Boolean

IsSetTotalOfferPages() public méthode

Checks if TotalOfferPages property is set
public IsSetTotalOfferPages ( ) : System.Boolean
Résultat System.Boolean

IsSetTotalOffers() public méthode

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

WithOffer() public méthode

Sets the Offer property
public WithOffer ( ) : Offers
Résultat Offers

WithTotalOfferPages() public méthode

Sets the TotalOfferPages property
public WithTotalOfferPages ( Decimal totalOfferPages ) : Offers
totalOfferPages Decimal TotalOfferPages property
Résultat Offers

WithTotalOffers() public méthode

Sets the TotalOffers property
public WithTotalOffers ( Decimal totalOffers ) : Offers
totalOffers Decimal TotalOffers property
Résultat Offers