C# Class Amazon.ECS.Model.ImageSet

Afficher le fichier Open project: nexus49/grado

Private Properties

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

Méthodes publiques

Méthode Description
IsSetCategory ( ) : System.Boolean

Checks if Category property is set

IsSetLargeImage ( ) : System.Boolean

Checks if LargeImage property is set

IsSetMediumImage ( ) : System.Boolean

Checks if MediumImage property is set

IsSetSmallImage ( ) : System.Boolean

Checks if SmallImage property is set

IsSetSwatchImage ( ) : System.Boolean

Checks if SwatchImage property is set

IsSetThumbnailImage ( ) : System.Boolean

Checks if ThumbnailImage property is set

IsSetTinyImage ( ) : System.Boolean

Checks if TinyImage property is set

WithCategory ( String category ) : ImageSet

Sets the Category property

WithLargeImage ( Image largeImage ) : ImageSet

Sets the LargeImage property

WithMediumImage ( Image mediumImage ) : ImageSet

Sets the MediumImage property

WithSmallImage ( Image smallImage ) : ImageSet

Sets the SmallImage property

WithSwatchImage ( Image swatchImage ) : ImageSet

Sets the SwatchImage property

WithThumbnailImage ( Image thumbnailImage ) : ImageSet

Sets the ThumbnailImage property

WithTinyImage ( Image tinyImage ) : ImageSet

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

IsSetCategory() public méthode

Checks if Category property is set
public IsSetCategory ( ) : System.Boolean
Résultat System.Boolean

IsSetLargeImage() public méthode

Checks if LargeImage property is set
public IsSetLargeImage ( ) : System.Boolean
Résultat System.Boolean

IsSetMediumImage() public méthode

Checks if MediumImage property is set
public IsSetMediumImage ( ) : System.Boolean
Résultat System.Boolean

IsSetSmallImage() public méthode

Checks if SmallImage property is set
public IsSetSmallImage ( ) : System.Boolean
Résultat System.Boolean

IsSetSwatchImage() public méthode

Checks if SwatchImage property is set
public IsSetSwatchImage ( ) : System.Boolean
Résultat System.Boolean

IsSetThumbnailImage() public méthode

Checks if ThumbnailImage property is set
public IsSetThumbnailImage ( ) : System.Boolean
Résultat System.Boolean

IsSetTinyImage() public méthode

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

WithCategory() public méthode

Sets the Category property
public WithCategory ( String category ) : ImageSet
category String Category property
Résultat ImageSet

WithLargeImage() public méthode

Sets the LargeImage property
public WithLargeImage ( Image largeImage ) : ImageSet
largeImage Image LargeImage property
Résultat ImageSet

WithMediumImage() public méthode

Sets the MediumImage property
public WithMediumImage ( Image mediumImage ) : ImageSet
mediumImage Image MediumImage property
Résultat ImageSet

WithSmallImage() public méthode

Sets the SmallImage property
public WithSmallImage ( Image smallImage ) : ImageSet
smallImage Image SmallImage property
Résultat ImageSet

WithSwatchImage() public méthode

Sets the SwatchImage property
public WithSwatchImage ( Image swatchImage ) : ImageSet
swatchImage Image SwatchImage property
Résultat ImageSet

WithThumbnailImage() public méthode

Sets the ThumbnailImage property
public WithThumbnailImage ( Image thumbnailImage ) : ImageSet
thumbnailImage Image ThumbnailImage property
Résultat ImageSet

WithTinyImage() public méthode

Sets the TinyImage property
public WithTinyImage ( Image tinyImage ) : ImageSet
tinyImage Image TinyImage property
Résultat ImageSet