C# 클래스 Nxdb.Node.Text

Representation of an XML text node.
상속: TreeNode
파일 보기 프로젝트 열기: daveaglick/Nxdb 1 사용 예제들

공개 메소드들

메소드 설명
Text ( string text ) : System.Xml

Initializes a new instance of the Text class. Manually constructed nodes are immutable and are not added to the database.

보호된 메소드들

메소드 설명
CreateXmlNode ( ) : XmlNode

비공개 메소드들

메소드 설명
Text ( ANode aNode, Database database ) : System.Xml

메소드 상세

CreateXmlNode() 보호된 메소드

protected CreateXmlNode ( ) : XmlNode
리턴 System.Xml.XmlNode

Text() 공개 메소드

Initializes a new instance of the Text class. Manually constructed nodes are immutable and are not added to the database.
public Text ( string text ) : System.Xml
text string The text content.
리턴 System.Xml