Class
ElementNodeViewModel

Definition

Namespace:ArtOfTest.WebAii.Design.UI.ElementExplorer.Models

Assembly:ArtOfTest.WebAii.Design.dll

Syntax:

cs-api-definition
public class ElementNodeViewModel : PropertyChangeNotification, INotifyPropertyChanged, INotifyPropertyChanging

Inheritance: objectPropertyChangeNotificationElementNodeViewModel

Implements: INotifyPropertyChangedINotifyPropertyChanging

Inherited Members PropertyChangeNotification.OnPropertyChanged(string)PropertyChangeNotification.OnPropertyChanging(string)PropertyChangeNotification.PropertyChangedPropertyChangeNotification.PropertyChanging

Constructors

ElementNodeViewModel(LightElementNode)

Declaration

cs-api-definition
public ElementNodeViewModel(LightElementNode node)

Parameters

node

LightElementNode

Properties

Children

Declaration

cs-api-definition
public ObservableList<ElementNodeViewModel> Children { get; }

Property Value

ObservableList<ElementNodeViewModel>

DisplayElementImagePreview

Declaration

cs-api-definition
public bool DisplayElementImagePreview { get; }

Property Value

bool

ElementNode

Declaration

cs-api-definition
public LightElementNode ElementNode { get; set; }

Property Value

LightElementNode

Image

Declaration

cs-api-definition
public GlyphIcon Image { get; }

Property Value

GlyphIcon

IsExpanded

Declaration

cs-api-definition
public bool IsExpanded { get; set; }

Property Value

bool

IsHighlighted

Declaration

cs-api-definition
public bool IsHighlighted { get; set; }

Property Value

bool

IsRelatedToActiveTest

Declaration

cs-api-definition
public bool IsRelatedToActiveTest { get; set; }

Property Value

bool

Name

Declaration

cs-api-definition
public string Name { get; set; }

Property Value

string

ParentNode

Declaration

cs-api-definition
public ElementNodeViewModel ParentNode { get; set; }

Property Value

ElementNodeViewModel

ShowElementsValidation

Declaration

cs-api-definition
public bool ShowElementsValidation { get; set; }

Property Value

bool

ShowImageTip

Declaration

cs-api-definition
public bool ShowImageTip { get; }

Property Value

bool

ToolTipImage

Declaration

cs-api-definition
public BitmapImage ToolTipImage { get; set; }

Property Value

BitmapImage

Methods

ValidateName(string)

Declaration

cs-api-definition
public bool ValidateName(string value)

Parameters

value

string

Returns

bool