Class RelatedTestsListViewModel
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 RelatedTestsListViewModel : PropertyChangeNotification, INotifyPropertyChanged, INotifyPropertyChanging
Constructors
RelatedTestsListViewModel()
Declaration
public RelatedTestsListViewModel()
Properties
DescriptorText
Declaration
public string DescriptorText { get; set; }
Property Value
System.String
|
Items
Declaration
public ObservableCollection<string> Items { get; }
Property Value
System.Collections.ObjectModel.ObservableCollection<System.String>
|