C# Class Pokemon3D.Editor.Core.Framework.TreeElementViewModel

Inheritance: ViewModel
Datei anzeigen Open project: nilllzz/Pokemon3D Class Usage Examples

Public Methods

Method Description
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

Private Methods

Method Description
GuessElementTypeByFileExtension ( string name ) : TreeElementType
OnDefaultActionCommand ( ) : void

Method Details

AddChild() public method

public AddChild ( TreeElementViewModel child ) : TreeElementViewModel
child TreeElementViewModel
return TreeElementViewModel

AddCommand() public method

public AddCommand ( CommandViewModel command ) : void
command CommandViewModel
return void

RemoveChild() public method

public RemoveChild ( TreeElementViewModel child ) : void
child TreeElementViewModel
return void

SortChildren() public method

public SortChildren ( ) : void
return void

TreeElementViewModel() public method

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