C# Class Duality.Editor.Controls.TreeModels.TypeHierarchy.TypeBrowserTreeModel

Inheritance: ITreeModel
Afficher le fichier Open project: BraveSirAndrew/duality

Méthodes publiques

Méthode Description
GetChildren ( Aga.Controls.Tree.TreePath treePath ) : System.Collections.IEnumerable
IsLeaf ( Aga.Controls.Tree.TreePath treePath ) : bool
TypeBrowserTreeModel ( Type baseType = null ) : System

Private Methods

Méthode Description
GetParentNamespace ( string name ) : string
GetRootNamespace ( string name ) : string
GetSubNamespaces ( string parentNamespace ) : IEnumerable
InitAssemblyCache ( ) : void

Method Details

GetChildren() public méthode

public GetChildren ( Aga.Controls.Tree.TreePath treePath ) : System.Collections.IEnumerable
treePath Aga.Controls.Tree.TreePath
Résultat System.Collections.IEnumerable

IsLeaf() public méthode

public IsLeaf ( Aga.Controls.Tree.TreePath treePath ) : bool
treePath Aga.Controls.Tree.TreePath
Résultat bool

TypeBrowserTreeModel() public méthode

public TypeBrowserTreeModel ( Type baseType = null ) : System
baseType System.Type
Résultat System