C# Class Monodoc.Widgets.TypeNode

Inheritance: DocNode, ITableSummary
Afficher le fichier Open project: mono/monodoc-widgets Class Usage Examples

Méthodes publiques

Méthode Description
CreateItem ( DocView view ) : DocViewItem
TypeNode ( DocNode parent, string dir_path, XmlElement index_elem ) : System

Méthodes protégées

Méthode Description
CompareNodes ( DocNode a, DocNode b ) : int
LoadChildren ( ) : void

Private Methods

Méthode Description
GetKind ( XmlElement elem ) : string

Method Details

CompareNodes() protected méthode

protected CompareNodes ( DocNode a, DocNode b ) : int
a DocNode
b DocNode
Résultat int

CreateItem() public méthode

public CreateItem ( DocView view ) : DocViewItem
view DocView
Résultat DocViewItem

LoadChildren() protected méthode

protected LoadChildren ( ) : void
Résultat void

TypeNode() public méthode

public TypeNode ( DocNode parent, string dir_path, XmlElement index_elem ) : System
parent DocNode
dir_path string
index_elem System.Xml.XmlElement
Résultat System