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
ProjectRepository
Repository for Project (state)
- StartDate
- EndDate
IProjectRepository ProjectRepository { get; }
Property Value
QualityRepository
Repository for Quality Facts
IQualityRepository QualityRepository { get; }