C# Class Amazon.ECS.Model.SearchInside

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

Private Properties

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

Méthodes publiques

Méthode Description
IsSetExcerpt ( ) : System.Boolean

Checks if Excerpt property is set

IsSetTotalExcerpts ( ) : System.Boolean

Checks if TotalExcerpts property is set

WithExcerpt ( SearchInsideExcerpt excerpt ) : SearchInside

Sets the Excerpt property

WithTotalExcerpts ( Decimal totalExcerpts ) : SearchInside

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

IsSetExcerpt() public méthode

Checks if Excerpt property is set
public IsSetExcerpt ( ) : System.Boolean
Résultat System.Boolean

IsSetTotalExcerpts() public méthode

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

WithExcerpt() public méthode

Sets the Excerpt property
public WithExcerpt ( SearchInsideExcerpt excerpt ) : SearchInside
excerpt SearchInsideExcerpt Excerpt property
Résultat SearchInside

WithTotalExcerpts() public méthode

Sets the TotalExcerpts property
public WithTotalExcerpts ( Decimal totalExcerpts ) : SearchInside
totalExcerpts Decimal TotalExcerpts property
Résultat SearchInside