InterfaceIInterfaceInterrogator
Interface
This interface is implemented by classes that want to interrogate the implementation for certain provider interfaces. As new providers are added, this interface can support more. This interface helps avoid doing casting of objects or interrogation during the execution of the code.
Definition
Namespace:ArtOfTest.Common.Design.Extensibility
Assembly:ArtOfTest.WebAii.Design.dll
Syntax:
cs-api-definition
public interface IInterfaceInterrogator
Derived Classes:
Properties
ActionTranslator
Declaration
cs-api-definition
IActionTranslator ActionTranslator { get; }
Property Value
VerificationProvider
Declaration
cs-api-definition
IVerificationProvider VerificationProvider { get; }
Property Value