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

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

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