Class ElementFindResult
Inheritance
System.Object
ElementFindResult
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.Common.Design.Extensibility
Assembly: ArtOfTest.WebAii.Design.dll
Syntax
public class ElementFindResult
Constructors
ElementFindResult()
Declaration
public ElementFindResult()
ElementFindResult(Boolean, String, FindExpressionElement)
Declaration
public ElementFindResult(bool found, string error, FindExpressionElement expr)
Parameters
System.
|
System.
|
Find
|
Properties
ErrorMessage
Declaration
public string ErrorMessage { get; set; }
Property Value
System.
|
Expression
Declaration
public FindExpressionElement Expression { get; set; }
Property Value
Found
Declaration
public bool Found { get; set; }
Property Value
System.
|
FoundByImage
Declaration
public bool FoundByImage { get; set; }
Property Value
System.
|