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.Boolean
found
|
System.String
error
|
FindExpressionElement
expr
|
Properties
ErrorMessage
Declaration
public string ErrorMessage { get; set; }
Property Value
System.String
|
Expression
Declaration
public FindExpressionElement Expression { get; set; }
Property Value
FindExpressionElement
|
Found
Declaration
public bool Found { get; set; }
Property Value
System.Boolean
|
FoundByImage
Declaration
public bool FoundByImage { get; set; }
Property Value
System.Boolean
|