ClassRelatedTestsListViewModel
Class
Definition
Namespace:ArtOfTest.WebAii.Design.UI.ElementExplorer.Models
Assembly:ArtOfTest.WebAii.Design.dll
Syntax:
cs-api-definition
public class RelatedTestsListViewModel : PropertyChangeNotification, INotifyPropertyChanged, INotifyPropertyChanging
Inheritance: objectPropertyChangeNotificationRelatedTestsListViewModel
Implements:
Inherited Members
Constructors
RelatedTestsListViewModel()
Declaration
cs-api-definition
public RelatedTestsListViewModel()
Properties
Items
Declaration
cs-api-definition
public ObservableCollection<string> Items { get; }
Property Value