C# 클래스 Pokemon3D.Editor.Core.Framework.TreeElementViewModel

상속: ViewModel
파일 보기 프로젝트 열기: nilllzz/Pokemon3D 1 사용 예제들

공개 메소드들

메소드 설명
AddChild ( TreeElementViewModel child ) : TreeElementViewModel
AddCommand ( CommandViewModel command ) : void
RemoveChild ( TreeElementViewModel child ) : void
SortChildren ( ) : void
TreeElementViewModel ( ApplicationViewModel application, string name, TreeElementType treeElementType = null ) : Pokemon3D.Editor.Core.DetailViewModels

비공개 메소드들

메소드 설명
GuessElementTypeByFileExtension ( string name ) : TreeElementType
OnDefaultActionCommand ( ) : void

메소드 상세

AddChild() 공개 메소드

public AddChild ( TreeElementViewModel child ) : TreeElementViewModel
child TreeElementViewModel
리턴 TreeElementViewModel

AddCommand() 공개 메소드

public AddCommand ( CommandViewModel command ) : void
command CommandViewModel
리턴 void

RemoveChild() 공개 메소드

public RemoveChild ( TreeElementViewModel child ) : void
child TreeElementViewModel
리턴 void

SortChildren() 공개 메소드

public SortChildren ( ) : void
리턴 void

TreeElementViewModel() 공개 메소드

public TreeElementViewModel ( ApplicationViewModel application, string name, TreeElementType treeElementType = null ) : Pokemon3D.Editor.Core.DetailViewModels
application ApplicationViewModel
name string
treeElementType TreeElementType
리턴 Pokemon3D.Editor.Core.DetailViewModels