C# Class Amazon.ECS.Model.Guide

Afficher le fichier Open project: nexus49/grado

Private Properties

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

Méthodes publiques

Méthode Description
IsSetGuideId ( ) : System.Boolean

Checks if GuideId property is set

WithGuideId ( String guideId ) : Guide

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

IsSetGuideId() public méthode

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

WithGuideId() public méthode

Sets the GuideId property
public WithGuideId ( String guideId ) : Guide
guideId String GuideId property
Résultat Guide