C# 클래스 Duality.Editor.Controls.TreeModels.TypeHierarchy.TypeBrowserTreeModel

상속: ITreeModel
파일 보기 프로젝트 열기: BraveSirAndrew/duality

공개 메소드들

메소드 설명
GetChildren ( Aga.Controls.Tree.TreePath treePath ) : System.Collections.IEnumerable
IsLeaf ( Aga.Controls.Tree.TreePath treePath ) : bool
TypeBrowserTreeModel ( Type baseType = null ) : System

비공개 메소드들

메소드 설명
GetParentNamespace ( string name ) : string
GetRootNamespace ( string name ) : string
GetSubNamespaces ( string parentNamespace ) : IEnumerable
InitAssemblyCache ( ) : void

메소드 상세

GetChildren() 공개 메소드

public GetChildren ( Aga.Controls.Tree.TreePath treePath ) : System.Collections.IEnumerable
treePath Aga.Controls.Tree.TreePath
리턴 System.Collections.IEnumerable

IsLeaf() 공개 메소드

public IsLeaf ( Aga.Controls.Tree.TreePath treePath ) : bool
treePath Aga.Controls.Tree.TreePath
리턴 bool

TypeBrowserTreeModel() 공개 메소드

public TypeBrowserTreeModel ( Type baseType = null ) : System
baseType System.Type
리턴 System