ClassElementsExplorerViewModel
Class
Definition
Namespace:ArtOfTest.WebAii.Design.UI.ElementExplorer.Models
Assembly:ArtOfTest.WebAii.Design.dll
Syntax:
cs-api-definition
public class ElementsExplorerViewModel : PropertyChangeNotification, INotifyPropertyChanged, INotifyPropertyChanging
Inheritance: objectPropertyChangeNotificationElementsExplorerViewModel
Implements:
Inherited Members
Constructors
ElementsExplorerViewModel()
Declaration
cs-api-definition
public ElementsExplorerViewModel()
Properties
ExpandCollapseImage
Declaration
cs-api-definition
public GlyphIcon ExpandCollapseImage { get; set; }
Property Value
ExpandCollapseToolTip
Declaration
cs-api-definition
public string ExpandCollapseToolTip { get; set; }
Property Value
FilterByTestImage
Declaration
cs-api-definition
public GlyphIcon FilterByTestImage { get; set; }
Property Value
FilterDescriptors
Declaration
cs-api-definition
public FilterDescriptorCollection FilterDescriptors { get; }
Property Value
FilterDescriptorCollection
LightNodes
Declaration
cs-api-definition
public ObservableList<LightElementNode> LightNodes { get; }
Property Value
ObservableList<LightElementNode>
LightNodesModels
Declaration
cs-api-definition
public ObservableList<ElementNodeViewModel> LightNodesModels { get; }
Property Value
ObservableList<ElementNodeViewModel>
ProgressReporter
Declaration
cs-api-definition
public ElementsLoadProgressViewModel ProgressReporter { get; }
Property Value
SelectedItem
Declaration
cs-api-definition
public ElementNodeViewModel SelectedItem { get; set; }
Property Value
SelectedNodeTechType
Declaration
cs-api-definition
public TechnologyType SelectedNodeTechType { get; set; }
Property Value
SortDescriptors
Declaration
cs-api-definition
public SortDescriptorCollection SortDescriptors { get; }
Property Value
SortDescriptorCollection
Methods
AddElementsRoot(LightElementNode)
Declaration
cs-api-definition
public void AddElementsRoot(LightElementNode root)
Parameters
root
CleanUp()
Declaration
cs-api-definition
public void CleanUp()
UpdateSortOrder()
Declaration
cs-api-definition
public void UpdateSortOrder()