Table of Contents

Class ImportSettings

Namespace
MES.MQC.DataSourceLibrary.Models.Settings
Assembly
MES.MQC.DataSourceLibrary.dll
public class ImportSettings
Inheritance
ImportSettings
Inherited Members

Properties

DataDetailSerializedContents

Should findings be imported?

public string[] DataDetailSerializedContents { get; }

Property Value

string[]

DataDetails

Should findings be imported?

public DataDetails DataDetails { get; }

Property Value

DataDetails

FileImportPatterns

File Import Patterns that define if files should not be imported, not cached or only the last file should be imported.

public FileImportPattern[] FileImportPatterns { get; }

Property Value

FileImportPattern[]

ProjectEndDate

Configured end date of the project. Can be used to filter out data / files.

public DateTime? ProjectEndDate { get; }

Property Value

DateTime?

ProjectStartDate

Configured start date of the project. Can be used to filter out data / files.

public DateTime? ProjectStartDate { get; }

Property Value

DateTime?

RevisionGranularity

Configured revision granularity of the project. Can be used to create full data sets for each granularity.

public RevisionGranularity? RevisionGranularity { get; }

Property Value

RevisionGranularity?