An abstract data provider for variable binding.
| C# | Visual Basic | Visual C++ |
public interface IDataProvider
Public Interface IDataProvider
public interface class IDataProvider
| All Members | Methods | Properties | |||
| Icon | Member | Description |
|---|---|---|
| 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.
|
