Class
SuggestedExpressionModel

Definition

Namespace:ArtOfTest.WebAii.Design.UI

Assembly:ArtOfTest.WebAii.Design.dll

Syntax:

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

Inheritance: objectPropertyChangeNotificationSuggestedExpressionModel

Implements: INotifyPropertyChangedINotifyPropertyChanging

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

Constructors

SuggestedExpressionModel(IFindElementModel)

Declaration

cs-api-definition
public SuggestedExpressionModel(IFindElementModel parentModel)

Parameters

parentModel

IFindElementModel

Properties

AttributeValue

Declaration

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

Property Value

string

IsDisabled

Declaration

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

Property Value

bool

IsHideState

Declaration

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

Property Value

bool

ParentModel

Declaration

cs-api-definition
public IFindElementModel ParentModel { get; }

Property Value

IFindElementModel

SearchClause

Declaration

cs-api-definition
public FindClause SearchClause { get; set; }

Property Value

FindClause

Value

Declaration

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

Property Value

string

Methods

AddSuggestion()

Declaration

cs-api-definition
public void AddSuggestion()