Class
RelatedTestsListViewModel

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: INotifyPropertyChangedINotifyPropertyChanging

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

Constructors

RelatedTestsListViewModel()

Declaration

cs-api-definition
public RelatedTestsListViewModel()

Properties

DescriptorText

Declaration

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

Property Value

string

Items

Declaration

cs-api-definition
public ObservableCollection<string> Items { get; }

Property Value

ObservableCollection<string>