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

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

Private Properties

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

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

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

Checks if Comment property is set

IsSetDate ( ) : System.Boolean

Checks if Date property is set

IsSetRatedBy ( ) : System.Boolean

Checks if RatedBy property is set

IsSetRating ( ) : System.Boolean

Checks if Rating property is set

WithComment ( String comment ) : Feedback

Sets the Comment property

WithDate ( String date ) : Feedback

Sets the Date property

WithRatedBy ( String ratedBy ) : Feedback

Sets the RatedBy property

WithRating ( Decimal rating ) : Feedback

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

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

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

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

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

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

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

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

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

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

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

Sets the Comment property
public WithComment ( String comment ) : Feedback
comment String Comment property
Результат Feedback

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

Sets the Date property
public WithDate ( String date ) : Feedback
date String Date property
Результат Feedback

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

Sets the RatedBy property
public WithRatedBy ( String ratedBy ) : Feedback
ratedBy String RatedBy property
Результат Feedback

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

Sets the Rating property
public WithRating ( Decimal rating ) : Feedback
rating Decimal Rating property
Результат Feedback