C# Class Amazon.ECS.Model.Sellers

Afficher le fichier Open project: nexus49/grado

Private Properties

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

Méthodes publiques

Méthode Description
IsSetSeller ( ) : System.Boolean

Checks if Seller property is set

IsSetTotalPages ( ) : System.Boolean

Checks if TotalPages property is set

IsSetTotalResults ( ) : System.Boolean

Checks if TotalResults property is set

WithSeller ( ) : Sellers

Sets the Seller property

WithTotalPages ( Decimal totalPages ) : Sellers

Sets the TotalPages property

WithTotalResults ( Decimal totalResults ) : Sellers

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

IsSetSeller() public méthode

Checks if Seller property is set
public IsSetSeller ( ) : System.Boolean
Résultat System.Boolean

IsSetTotalPages() public méthode

Checks if TotalPages property is set
public IsSetTotalPages ( ) : System.Boolean
Résultat System.Boolean

IsSetTotalResults() public méthode

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

WithSeller() public méthode

Sets the Seller property
public WithSeller ( ) : Sellers
Résultat Sellers

WithTotalPages() public méthode

Sets the TotalPages property
public WithTotalPages ( Decimal totalPages ) : Sellers
totalPages Decimal TotalPages property
Résultat Sellers

WithTotalResults() public méthode

Sets the TotalResults property
public WithTotalResults ( Decimal totalResults ) : Sellers
totalResults Decimal TotalResults property
Résultat Sellers