C# 클래스 de.sones.solutions.lib.xml.XmlAttribute

상속: XmlNode
파일 보기 프로젝트 열기: sones/sones-dbpedia 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
strKey String
strValue String

공개 메소드들

메소드 설명
ToString ( ) : String
XmlAttribute ( ) : System

메소드 상세

ToString() 공개 메소드

public ToString ( ) : String
리턴 String

XmlAttribute() 공개 메소드

public XmlAttribute ( ) : System
리턴 System

프로퍼티 상세

strKey 공개적으로 프로퍼티

public String strKey
리턴 String

strValue 공개적으로 프로퍼티

public String strValue
리턴 String