Метод | Описание | |
---|---|---|
AddChild ( |
||
AddCommand ( |
||
RemoveChild ( |
||
SortChildren ( ) : void | ||
TreeElementViewModel ( ApplicationViewModel application, string name, TreeElementType treeElementType = null ) : Pokemon3D.Editor.Core.DetailViewModels |
Метод | Описание | |
---|---|---|
GuessElementTypeByFileExtension ( string name ) : TreeElementType | ||
OnDefaultActionCommand ( ) : void |
public AddChild ( |
||
child | ||
Результат |
public AddCommand ( |
||
command | ||
Результат | void |
public RemoveChild ( |
||
child | ||
Результат | void |
public TreeElementViewModel ( ApplicationViewModel application, string name, TreeElementType treeElementType = null ) : Pokemon3D.Editor.Core.DetailViewModels | ||
application | ApplicationViewModel | |
name | string | |
treeElementType | TreeElementType | |
Результат | Pokemon3D.Editor.Core.DetailViewModels |