Class
SelectorTestModel

Definition

Namespace:ArtOfTest.WebAii.Design.UI.FindExpressionBuilder.ViewModels

Assembly:ArtOfTest.WebAii.Design.dll

Syntax:

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

Inheritance: objectPropertyChangeNotificationSelectorTestModel

Implements: INotifyPropertyChangedINotifyPropertyChanging

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

Constructors

SelectorTestModel(LightTest)

Declaration

cs-api-definition
public SelectorTestModel(LightTest lTest)

Parameters

lTest

LightTest

SelectorTestModel(Test)

Declaration

cs-api-definition
public SelectorTestModel(Test test)

Parameters

test

Test

Properties

IsChecked

Declaration

cs-api-definition
public bool? IsChecked { get; set; }

Property Value

bool?

IsEnabled

Declaration

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

Property Value

bool

Name

Declaration

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

Property Value

string

NotifyChildren

Declaration

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

Property Value

bool

ShowDataSourceError

Declaration

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

Property Value

bool

StepModels

Declaration

cs-api-definition
public ObservableCollection<SelectorStepModel> StepModels { get; }

Property Value

ObservableCollection<SelectorStepModel>

Test

Declaration

cs-api-definition
public Test Test { get; }

Property Value

Test

TestId

Declaration

cs-api-definition
public Guid TestId { get; }

Property Value

Guid

Methods

OnTestChecked()

Declaration

cs-api-definition
protected void OnTestChecked()

Events

TestChecked

Declaration

cs-api-definition
public event Action<bool?> TestChecked

Event Value

Action<bool?>