C# Class Amazon.ECS.Model.DecimalWithUnits

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

Private Properties

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

Méthodes publiques

Méthode Description
IsSetUnits ( ) : System.Boolean

Checks if Units property is set

IsSetValue ( ) : System.Boolean

Checks if Value property is set

WithUnits ( String units ) : DecimalWithUnits

Sets the Units property

WithValue ( Decimal value ) : DecimalWithUnits

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

IsSetUnits() public méthode

Checks if Units property is set
public IsSetUnits ( ) : System.Boolean
Résultat System.Boolean

IsSetValue() public méthode

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

WithUnits() public méthode

Sets the Units property
public WithUnits ( String units ) : DecimalWithUnits
units String Units property
Résultat DecimalWithUnits

WithValue() public méthode

Sets the Value property
public WithValue ( Decimal value ) : DecimalWithUnits
value Decimal Value property
Résultat DecimalWithUnits