IContextDataProvider
Represents a connector to external data source to provide context
speicific data. This interface provide import/export feature for any
context specific data. It also provides a mechanism to capture data
interactively.
Gets the name of this data provider to identify it uniquely.
Begins data capture interaction in the specific context and returns
collection of captured data.
Exports data to specified file. This context provider determines the
format for data store and returns the connection string for the given
file using which this data can be imported back again.
Returns DesignScript expression for given parameters assigned to input
variable.
Imports specific the context data using the given identifier string.