Class ElementNodeViewModel
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: ArtOfTest.WebAii.Design.UI.ElementExplorer.Models
Assembly: ArtOfTest.WebAii.Design.dll
Syntax
public class ElementNodeViewModel : PropertyChangeNotification, INotifyPropertyChanged, INotifyPropertyChanging
Constructors
ElementNodeViewModel(LightElementNode)
Properties
Children
Declaration
public ObservableList<ElementNodeViewModel> Children { get; }
Property Value
Telerik.TestStudio.BaseUI.Common.ObservableList<ElementNodeViewModel>
|
DisplayElementImagePreview
Declaration
public bool DisplayElementImagePreview { get; }
Property Value
System.Boolean
|
ElementNode
Image
Declaration
public byte[] Image { get; }
Property Value
System.Byte[]
|
IsExpanded
Declaration
public bool IsExpanded { get; set; }
Property Value
System.Boolean
|
IsHighlighted
Declaration
public bool IsHighlighted { get; set; }
Property Value
System.Boolean
|
IsRelatedToActiveTest
Declaration
public bool IsRelatedToActiveTest { get; set; }
Property Value
System.Boolean
|
Name
Declaration
public string Name { get; set; }
Property Value
System.String
|
ParentNode
Declaration
public ElementNodeViewModel ParentNode { get; set; }
Property Value
ElementNodeViewModel
|
ShowElementsValidation
Declaration
public bool ShowElementsValidation { get; set; }
Property Value
System.Boolean
|
ShowImageTip
Declaration
public bool ShowImageTip { get; }
Property Value
System.Boolean
|
ToolTipImage
Declaration
public BitmapImage ToolTipImage { get; set; }
Property Value
System.Windows.Media.Imaging.BitmapImage
|
Methods
ValidateName(String)
Declaration
public bool ValidateName(string value)
Parameters
System.String
value
|
Returns
System.Boolean
|