The Portrate Interview Engine

IDataSource Interface

Represents a source of data used by the controls to initialize their view options.

 Author: Jacob W Anderson (c) Portrate, LLC. All rights reserved. 

For a list of all members of this type, see IDataSource Members.

[Visual Basic]
Public Interface IDataSource
    Implements IXmlConfigurable
[C#]
public interface IDataSource : IXmlConfigurable
[C++]
public __gc __interface IDataSource : public IXmlConfigurable
[JScript]
public interface IDataSource extends IXmlConfigurable

Types that implement IDataSource

TypeDescription
SQLDataSource Uses a sql query to get a list of options for an option control.
 Author: Jacob W Anderson (c) Portrate, LLC. All rights reserved. 
XMLFileDataSource Supports loading of data from an external XML file.

Requirements

Namespace: Portrate.Interview.View.Data

Assembly: Portrate.Interview (in Portrate.Interview.dll)

See Also

IDataSource Members | Portrate.Interview.View.Data Namespace