Table of Contents

Interface IFactLayer

Namespace
MES.MQC.FactLayerLibrary
Assembly
MES.MQC.FactLayerLibrary.dll
public interface IFactLayer

Properties

ConfigurationRepository

Repository for Configurations

  • ProjectStructures
  • QualityModel
  • TargetValues
  • Annotations
  • Settings
IConfigurationRepository ConfigurationRepository { get; }

Property Value

IConfigurationRepository

ProjectRepository

Repository for Project (state)

  • StartDate
  • EndDate
IProjectRepository ProjectRepository { get; }

Property Value

IProjectRepository

QualityRepository

Repository for Quality Facts

IQualityRepository QualityRepository { get; }

Property Value

IQualityRepository