C# 클래스 Monodoc.Widgets.TypeNode

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

공개 메소드들

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

보호된 메소드들

메소드 설명
CompareNodes ( DocNode a, DocNode b ) : int
LoadChildren ( ) : void

비공개 메소드들

메소드 설명
GetKind ( XmlElement elem ) : string

메소드 상세

CompareNodes() 보호된 메소드

protected CompareNodes ( DocNode a, DocNode b ) : int
a DocNode
b DocNode
리턴 int

CreateItem() 공개 메소드

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

LoadChildren() 보호된 메소드

protected LoadChildren ( ) : void
리턴 void

TypeNode() 공개 메소드

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