C# 클래스 Amazon.ECS.Model.Feedback

파일 보기 프로젝트 열기: nexus49/grado

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