Interface IInterfaceInterrogator
Namespace: ArtOfTest.Common.Design.Extensibility
Assembly: ArtOfTest.WebAii.Design.dll
Syntax
public interface IInterfaceInterrogator
Properties
ActionTranslator
HasActionTranslator
Declaration
bool HasActionTranslator { get; }
Property Value
System.Boolean
|
HasUICueProvider
Declaration
bool HasUICueProvider { get; }
Property Value
System.Boolean
|
HasVerificationProvider
Declaration
bool HasVerificationProvider { get; }
Property Value
System.Boolean
|
MatchMask
Declaration
int MatchMask { get; }
Property Value
System.Int32
|
UICueProvider
VerificationProvider
Declaration
IVerificationProvider VerificationProvider { get; }
Property Value
IVerificationProvider
|