C# Class Amazon.ECS.Model.NonNegativeIntegerWithUnits

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 ) : NonNegativeIntegerWithUnits

Sets the Units property

WithValue ( Decimal value ) : NonNegativeIntegerWithUnits

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 ) : NonNegativeIntegerWithUnits
units String Units property
Résultat NonNegativeIntegerWithUnits

WithValue() public méthode

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