RanorexRanorex Documentation
IDataProvider Interface
NamespacesRanorex.Core.DataIDataProvider
An abstract data provider for variable binding.
Declaration Syntax
C#Visual BasicVisual C++
public interface IDataProvider
Public Interface IDataProvider
public interface class IDataProvider
Members
All MembersMethodsProperties



IconMemberDescription
GetValue(CaseInsensitiveString)
Gets the value of the specified variable.

SetValue(CaseInsensitiveString, String)
Sets the value of the specified variable.

VariableNames
Gets a collection of all available variable names.

Assembly: Ranorex.Core (Module: Ranorex.Core) Version: 4.0.4.23593 (4.0.4.23593)