FindParam
Class
Definition
Namespace:ArtOfTest.WebAii.ObjectModel
Assembly:ArtOfTest.WebAii.dll
Syntax:
C#
[Obsolete("FindParam will be removed in next release. Please use HtmlFindExpression or XamlFindExpressions instead. FindParam.ToFindExpression() can help you convert your current FindParams to FindExpressions")]
public class FindParam : INotifyPropertyChanged, IFindParam
Inheritance: objectFindParam
Implements:
Constructors
C#
public FindParam()
C#
public FindParam(params string[] attributesNameValuePairs)
Properties
C#
[Browsable(false)]
public Collection<iAttribute> Attributes { get; set; }
C#
[Browsable(false)]
public FindParamConstraint[] Constraints { get; set; }
C#
public FindContentType ContentType { get; set; }
C#
public string ContentValue { get; set; }
C#
[Browsable(false)]
public Collection<iAttribute> ExcludedAttributes { get; set; }
C#
[Browsable(false)]
public HtmlFindExpression Expression { get; set; }
C#
[Browsable(false)]
public string NodeIndexPath { get; set; }
C#
[Browsable(false)]
public Collection<iAttribute> PartialAttributes { get; set; }
C#
public string SearchAttributes { get; }
Methods
C#
public FindParam SetContent(FindContentType contentType, string contentValue)
Events
C#
public event PropertyChangedEventHandler PropertyChanged
Implements: