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

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

Private Properties

프로퍼티 타입 설명
EscapeXML String

공개 메소드들

메소드 설명
IsSetKey ( ) : System.Boolean

Checks if Key property is set

IsSetValue ( ) : System.Boolean

Checks if Value property is set

WithKey ( String key ) : MetaData

Sets the Key property

WithValue ( String value ) : MetaData

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

메소드 상세

IsSetKey() 공개 메소드

Checks if Key property is set
public IsSetKey ( ) : System.Boolean
리턴 System.Boolean

IsSetValue() 공개 메소드

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

WithKey() 공개 메소드

Sets the Key property
public WithKey ( String key ) : MetaData
key String Key property
리턴 MetaData

WithValue() 공개 메소드

Sets the Value property
public WithValue ( String value ) : MetaData
value String Value property
리턴 MetaData