Table of Contents

Class DataSources

Namespace
Ranorex
Assembly
Ranorex.Core.dll

A collection providing access to data connectors defined in the current TestSuite.

public class DataSources
Inheritance
DataSources
Inherited Members

Constructors

DataSources()

public DataSources()

Properties

All

Retrieves a list of all DataCache instances, representing the data connectors defined in the current TestSuite.

public static IList<DataCache> All { get; }

Property Value

IList<DataCache>

Methods

Get(string)

Retrieves a DataCache representing a data connectors defined in the current TestSuite.

public static DataCache Get(string name)

Parameters

name string

The name of the data connectors to retrieve.

Returns

DataCache

A DataCache instance or null if no source with that name was found.