C# 클래스 Nxdb.Node.Comment

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

공개 메소드들

메소드 설명
Comment ( string comment ) : System.Xml

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

보호된 메소드들

메소드 설명
CreateXmlNode ( ) : XmlNode

비공개 메소드들

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

메소드 상세

Comment() 공개 메소드

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

CreateXmlNode() 보호된 메소드

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