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

Показать файл Открыть проект

Private Properties

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

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

Метод Описание
IsSetContent ( ) : System.Boolean

Checks if Content property is set

IsSetIsLinkSuppressed ( ) : System.Boolean

Checks if IsLinkSuppressed property is set

IsSetSource ( ) : System.Boolean

Checks if Source property is set

WithContent ( String content ) : EditorialReview

Sets the Content property

WithIsLinkSuppressed ( System.Boolean isLinkSuppressed ) : EditorialReview

Sets the IsLinkSuppressed property

WithSource ( String source ) : EditorialReview

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

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

IsSetContent() публичный Метод

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

IsSetIsLinkSuppressed() публичный Метод

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

IsSetSource() публичный Метод

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

WithContent() публичный Метод

Sets the Content property
public WithContent ( String content ) : EditorialReview
content String Content property
Результат EditorialReview

WithIsLinkSuppressed() публичный Метод

Sets the IsLinkSuppressed property
public WithIsLinkSuppressed ( System.Boolean isLinkSuppressed ) : EditorialReview
isLinkSuppressed System.Boolean IsLinkSuppressed property
Результат EditorialReview

WithSource() публичный Метод

Sets the Source property
public WithSource ( String source ) : EditorialReview
source String Source property
Результат EditorialReview