Table of Contents

Class AdapterDataBase

Namespace
MES.MQC.DataSourceLibrary.Models.Adapters
Assembly
MES.MQC.DataSourceLibrary.dll

The AdapterDataBase class contains the data for one data item to be imported.

public abstract class AdapterDataBase
Inheritance
AdapterDataBase
Derived
Inherited Members

Properties

ArtifactPath

Path of the Artifact.

public string ArtifactPath { get; set; }

Property Value

string

DataSourceName

Name of the Data Source. This property is optional and can remain null, in this case the DataSource property of the Adapter is used.

public string DataSourceName { get; set; }

Property Value

string

DateTime

Date of the report.

public DateTime? DateTime { get; set; }

Property Value

DateTime?