OpenTAP 9.24
API Reference
Public Member Functions | List of all members
OpenTap.ITypeDataSourceProvider Interface Reference

Used for a ITypeDataSearcher to identify a type as something that comes from it. More...

Inheritance diagram for OpenTap.ITypeDataSourceProvider:
OpenTap.ITypeDataSearcher OpenTap.DotNetTypeDataSearcher

Public Member Functions

ITypeDataSource GetSource (ITypeData typeData)
 Gets the ITypeDataSource corresponding to a type data if this ITypeDataSourceProvider supports it. Otherwise it returns null. More...
 
- Public Member Functions inherited from OpenTap.ITypeDataSearcher
void Search ()
 Performs an implementation specific search for types. Generates ITypeData objects for all types and populates the Types property with these. Always sets the Types property to some value (not null).
 

Additional Inherited Members

- Properties inherited from OpenTap.ITypeDataSearcher
IEnumerable< ITypeDataTypes [get]
 Get all types found by the search. Null will cause Search() to be called (again) before accessing this.
 

Detailed Description

Used for a ITypeDataSearcher to identify a type as something that comes from it.

Member Function Documentation

◆ GetSource()

ITypeDataSource OpenTap.ITypeDataSourceProvider.GetSource ( ITypeData  typeData)

Gets the ITypeDataSource corresponding to a type data if this ITypeDataSourceProvider supports it. Otherwise it returns null.

Parameters
typeData
Returns

OpenTAP 9.24 API built Tue Apr 30 2024 13:44:42