Class OpenDIDataSource
Open DI representation of a Data Source.
Inherited Members
Namespace: Quantellia.WMServer.OpenDI
Assembly: WMServer.dll
Syntax
public class OpenDIDataSource : OpenDIAsset
Constructors
OpenDIDataSource()
Default constructor
Declaration
public OpenDIDataSource()
OpenDIDataSource(WMDataSourceBase)
Constructor that initializes a new instance with the data from a WMDataSourceBase object.
Declaration
public OpenDIDataSource(WMDataSourceBase asset)
Parameters
Type | Name | Description |
---|---|---|
WMDataSourceBase | asset | The asset with which to initialize this OpenDIDataSource |
Properties
ConnectionString
The connection string to the database.
Declaration
public string ConnectionString { get; set; }
Property Value
Type | Description |
---|---|
string |
RegisteredType
The string used to register this data source type in RegisterWMDataSourceType(string, Type)
Declaration
public string RegisteredType { get; set; }
Property Value
Type | Description |
---|---|
string |
Methods
ToDTO()
Create a new WMDataSourceBaseDTO object that contains the properties of this OpenDIDataSource
Declaration
public WMDataSourceBaseDTO ToDTO()
Returns
Type | Description |
---|---|
WMDataSourceBaseDTO | A WMDataSourceBaseDTO object that contains the properties of this OpenDIDataSource |