C# Класс Amazon.ECS.Model.SearchInside

Показать файл Открыть проект Примеры использования класса

Private Properties

Свойство Тип Описание
EscapeXML String

Открытые методы

Метод Описание
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

Защищенные методы

Метод Описание
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

Приватные методы

Метод Описание
EscapeXML ( String str ) : String

Описание методов

IsSetExcerpt() публичный метод

Checks if Excerpt property is set
public IsSetExcerpt ( ) : System.Boolean
Результат System.Boolean

IsSetTotalExcerpts() публичный метод

Checks if TotalExcerpts property is set
public IsSetTotalExcerpts ( ) : System.Boolean
Результат System.Boolean

ToXMLFragment() защищенный метод

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
Результат String

WithExcerpt() публичный метод

Sets the Excerpt property
public WithExcerpt ( SearchInsideExcerpt excerpt ) : SearchInside
excerpt SearchInsideExcerpt Excerpt property
Результат SearchInside

WithTotalExcerpts() публичный метод

Sets the TotalExcerpts property
public WithTotalExcerpts ( Decimal totalExcerpts ) : SearchInside
totalExcerpts Decimal TotalExcerpts property
Результат SearchInside