Class
SelectorStepModel

Definition

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

Assembly:ArtOfTest.WebAii.Design.dll

Syntax:

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

Inheritance: objectPropertyChangeNotificationSelectorStepModel

Implements: INotifyPropertyChangedINotifyPropertyChanging

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

Constructors

SelectorStepModel(ElementDescriptor, SelectorTestModel)

Declaration

cs-api-definition
public SelectorStepModel(ElementDescriptor descriptor, SelectorTestModel parent)

Parameters

descriptor

ElementDescriptor

parent

SelectorTestModel

SelectorStepModel(int, string, SelectorTestModel)

Declaration

cs-api-definition
public SelectorStepModel(int stepOrder, string ownerTestName, SelectorTestModel parent)

Parameters

stepOrder

int

ownerTestName

string

parent

SelectorTestModel

Properties

Descriptor

Declaration

cs-api-definition
public ElementDescriptor Descriptor { get; }

Property Value

ElementDescriptor

FriendlyName

Declaration

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

Property Value

string

IsCheckForced

Declaration

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

Property Value

bool

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

IsSelected

Declaration

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

Property Value

bool

NotifyParent

Declaration

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

Property Value

bool

StepOrder

Declaration

cs-api-definition
public int StepOrder { get; set; }

Property Value

int

Methods

OnStepChecked()

Declaration

cs-api-definition
protected void OnStepChecked()

Events

StepChecked

Declaration

cs-api-definition
public event Action<SelectorTestModel, bool> StepChecked

Event Value

Action<SelectorTestModel, bool>