C# 클래스 Monodoc.Widgets.NamespaceNode

상속: DocNode
파일 보기 프로젝트 열기: mono/monodoc-widgets 1 사용 예제들

공개 메소드들

메소드 설명
CreateItem ( DocView view ) : DocViewItem
NamespaceNode ( DocNode parent, string path, string dir_path, XmlElement index_elem ) : System
Save ( ) : void

보호된 메소드들

메소드 설명
LoadChildren ( ) : void

메소드 상세

CreateItem() 공개 메소드

public CreateItem ( DocView view ) : DocViewItem
view DocView
리턴 DocViewItem

LoadChildren() 보호된 메소드

protected LoadChildren ( ) : void
리턴 void

NamespaceNode() 공개 메소드

public NamespaceNode ( DocNode parent, string path, string dir_path, XmlElement index_elem ) : System
parent DocNode
path string
dir_path string
index_elem System.Xml.XmlElement
리턴 System

Save() 공개 메소드

public Save ( ) : void
리턴 void