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

Inheritance: ViewModel
Afficher le fichier Open project: nilllzz/Pokemon3D Class Usage Examples

Méthodes publiques

Méthode 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

Méthode Description
GuessElementTypeByFileExtension ( string name ) : TreeElementType
OnDefaultActionCommand ( ) : void

Method Details

AddChild() public méthode

public AddChild ( TreeElementViewModel child ) : TreeElementViewModel
child TreeElementViewModel
Résultat TreeElementViewModel

AddCommand() public méthode

public AddCommand ( CommandViewModel command ) : void
command CommandViewModel
Résultat void

RemoveChild() public méthode

public RemoveChild ( TreeElementViewModel child ) : void
child TreeElementViewModel
Résultat void

SortChildren() public méthode

public SortChildren ( ) : void
Résultat void

TreeElementViewModel() public méthode

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