C# Class de.sones.solutions.lib.xml.XmlAttribute

Inheritance: XmlNode
Show file Open project: sones/sones-dbpedia Class Usage Examples

Public Properties

Property Type Description
strKey String
strValue String

Public Methods

Method Description
ToString ( ) : String
XmlAttribute ( ) : System

Method Details

ToString() public method

public ToString ( ) : String
return String

XmlAttribute() public method

public XmlAttribute ( ) : System
return System

Property Details

strKey public property

public String strKey
return String

strValue public property

public String strValue
return String