C# 클래스 Tangerine.UI.BLL.AssemblyTreeModel

상속: ITreeModel
파일 보기 프로젝트 열기: andreycha/tangerine 1 사용 예제들

공개 메소드들

메소드 설명
AssemblyTreeModel ( ) : System
FindNode ( Aga.Controls.Tree.TreePath path ) : Node
GetChildren ( Aga.Controls.Tree.TreePath treePath ) : System.Collections.IEnumerable
GetPath ( Node node ) : Aga.Controls.Tree.TreePath
IsLeaf ( Aga.Controls.Tree.TreePath treePath ) : bool
OnStructureChanged ( Aga.Controls.Tree.TreePathEventArgs args ) : void

보호된 메소드들

메소드 설명
OnNodeInserted ( Node parent, int index, Node node ) : void
OnNodeRemoved ( Node parent, int index, Node node ) : void
OnNodesChanged ( Node parent, int index, Node node ) : void

비공개 메소드들

메소드 설명
FindNode ( Node root, Aga.Controls.Tree.TreePath path, int level ) : Node
IsContainIO ( Node node ) : bool
IsContainNet ( Node node ) : bool
IsContainSecurity ( Node node ) : bool
IsContainURIAndFileHandler ( Node node ) : bool

메소드 상세

AssemblyTreeModel() 공개 메소드

public AssemblyTreeModel ( ) : System
리턴 System

FindNode() 공개 메소드

public FindNode ( Aga.Controls.Tree.TreePath path ) : Node
path Aga.Controls.Tree.TreePath
리턴 Node

GetChildren() 공개 메소드

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

GetPath() 공개 메소드

public GetPath ( Node node ) : Aga.Controls.Tree.TreePath
node Node
리턴 Aga.Controls.Tree.TreePath

IsLeaf() 공개 메소드

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

OnNodeInserted() 보호된 메소드

protected OnNodeInserted ( Node parent, int index, Node node ) : void
parent Node
index int
node Node
리턴 void

OnNodeRemoved() 보호된 메소드

protected OnNodeRemoved ( Node parent, int index, Node node ) : void
parent Node
index int
node Node
리턴 void

OnNodesChanged() 보호된 메소드

protected OnNodesChanged ( Node parent, int index, Node node ) : void
parent Node
index int
node Node
리턴 void

OnStructureChanged() 공개 메소드

public OnStructureChanged ( Aga.Controls.Tree.TreePathEventArgs args ) : void
args Aga.Controls.Tree.TreePathEventArgs
리턴 void