C# Class Amazon.ECS.Model.AvailabilityAttributes

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

Private Properties

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

Méthodes publiques

Méthode Description
IsSetAvailabilityType ( ) : System.Boolean

Checks if AvailabilityType property is set

IsSetIsPreorder ( ) : System.Boolean

Checks if IsPreorder property is set

IsSetMaximumHours ( ) : System.Boolean

Checks if MaximumHours property is set

IsSetMinimumHours ( ) : System.Boolean

Checks if MinimumHours property is set

WithAvailabilityType ( String availabilityType ) : AvailabilityAttributes

Sets the AvailabilityType property

WithIsPreorder ( System.Boolean isPreorder ) : AvailabilityAttributes

Sets the IsPreorder property

WithMaximumHours ( Decimal maximumHours ) : AvailabilityAttributes

Sets the MaximumHours property

WithMinimumHours ( Decimal minimumHours ) : AvailabilityAttributes

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

IsSetAvailabilityType() public méthode

Checks if AvailabilityType property is set
public IsSetAvailabilityType ( ) : System.Boolean
Résultat System.Boolean

IsSetIsPreorder() public méthode

Checks if IsPreorder property is set
public IsSetIsPreorder ( ) : System.Boolean
Résultat System.Boolean

IsSetMaximumHours() public méthode

Checks if MaximumHours property is set
public IsSetMaximumHours ( ) : System.Boolean
Résultat System.Boolean

IsSetMinimumHours() public méthode

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

WithAvailabilityType() public méthode

Sets the AvailabilityType property
public WithAvailabilityType ( String availabilityType ) : AvailabilityAttributes
availabilityType String AvailabilityType property
Résultat AvailabilityAttributes

WithIsPreorder() public méthode

Sets the IsPreorder property
public WithIsPreorder ( System.Boolean isPreorder ) : AvailabilityAttributes
isPreorder System.Boolean IsPreorder property
Résultat AvailabilityAttributes

WithMaximumHours() public méthode

Sets the MaximumHours property
public WithMaximumHours ( Decimal maximumHours ) : AvailabilityAttributes
maximumHours Decimal MaximumHours property
Résultat AvailabilityAttributes

WithMinimumHours() public méthode

Sets the MinimumHours property
public WithMinimumHours ( Decimal minimumHours ) : AvailabilityAttributes
minimumHours Decimal MinimumHours property
Résultat AvailabilityAttributes