Class SuggestedExpressionModel
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: ArtOfTest.WebAii.Design.UI
Assembly: ArtOfTest.WebAii.Design.dll
Syntax
public class SuggestedExpressionModel : PropertyChangeNotification, INotifyPropertyChanged, INotifyPropertyChanging
Constructors
SuggestedExpressionModel(IFindElementModel)
Declaration
public SuggestedExpressionModel(IFindElementModel parentModel)
Parameters
IFindElementModel
parentModel
|
Properties
AttributeValue
Declaration
public string AttributeValue { get; }
Property Value
System.String
|
IsDisabled
Declaration
public bool IsDisabled { get; set; }
Property Value
System.Boolean
|
IsHideState
Declaration
public bool IsHideState { get; set; }
Property Value
System.Boolean
|
ParentModel
SearchClause
Value
Declaration
public string Value { get; }
Property Value
System.String
|
Methods
AddSuggestion()
Declaration
public void AddSuggestion()