A simple data connector that holds its data in memory. The data is loaded from and stored
in the data connector XML definition which allows to embed it into a test suite definition file.
| C# | Visual Basic | Visual C++ |
public class SimpleDataConnector : DataConnector
Public Class SimpleDataConnector _ Inherits DataConnector
public ref class SimpleDataConnector : public DataConnector
| All Members | Constructors | Methods | Properties | ||
| Icon | Member | Description |
|---|---|---|
| SimpleDataConnector(String) |
Initializes a new empty instance of the SimpleDataConnector class.
| |
| SimpleDataConnector(String, array<String>[]()[], array<array<String>[]()[]>[]()[]) |
Initializes a new instance of the SimpleDataConnector class.
| |
| SimpleDataConnector(XmlNode) |
Initializes a new instance of the SimpleDataConnector class.
| |
| Equals(Object) | (Inherited from Object.) | |
| Finalize()()() | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) | |
| GetHashCode()()() | Serves as a hash function for a particular type. (Inherited from Object.) | |
| GetType()()() | Gets the type of the current instance. (Inherited from Object.) | |
| GetXMLNode(XmlNode) |
Gets an XML node containing the definition and data of this connector.
(Overrides DataConnector.GetXMLNode(XmlNode).) | |
| Id |
Gets or sets the unique ID of the connector.
(Inherited from DataConnector.) | |
| IsReadOnly |
Gets or sets a value indicating whether this instance is read-only.
(Inherited from DataConnector.) | |
| LoadColumns(ColumnCollection%) |
Loads the data columns from the connector.
(Inherited from DataConnector.) | |
| LoadColumnsImpl(ColumnCollection%) |
Loads the data columns from the connector.
(Overrides DataConnector.LoadColumnsImpl(ColumnCollection%).) | |
| LoadData(ColumnCollection%, RowCollection%) |
Loads the data from the connector.
(Inherited from DataConnector.) | |
| LoadDataImpl(ColumnCollection%, RowCollection%) |
Gets the data from the connector.
(Overrides DataConnector.LoadDataImpl(ColumnCollection%, RowCollection%).) | |
| MemberwiseClone()()() | Creates a shallow copy of the current Object. (Inherited from Object.) | |
| Name |
Gets or sets the name of the connector.
(Inherited from DataConnector.) | |
| StoreData(ColumnCollection, RowCollection) |
Stores the data to the data source.
(Inherited from DataConnector.) | |
| StoreDataImpl(ColumnCollection, RowCollection) |
Stores the data to the data source.
(Overrides DataConnector.StoreDataImpl(ColumnCollection, RowCollection).) | |
| ToString()()() | Returns a string that represents the current object. (Inherited from Object.) |
| Object | ||
| DataConnector | ||
| SimpleDataConnector | ||
