QualityControl_Configuration Class
Class keeps all the system-wide quality control profiles which
can be used within the system
Namespace: SobekCM.Core.ConfigurationAssembly: SobekCM_Core (in SobekCM_Core.dll) Version: 4.10.0.0 (4.10.0.0)
Syntax
C# |
---|
[SerializableAttribute]
[ProtoContractAttribute]
[XmlRootAttribute("QualityControlConfig")]
[DataContractAttribute]
public class QualityControl_Configuration |
Inheritance Hierarchy
Constructors
Methods
| Name | Description |
---|
| Add_Profile | Add a quality control profile with user settings, such as which
division types to include for selection |
| Get_Default_Profile | Gets the default quality control profile |
| Save_To_Config_File | Save this quality control configuration to a XML config file |
| Set_Default_Values | Set the default profile with the default values |
Properties
| Name | Description |
---|
| Attempted_To_Read_Config_File | Flag indicates if the method to read the configuration file has been called |
| DefaultProfile | Name of the default quality control profile to use, if no specific profile is indicated |
| Profiles | List of all the quality control profiles |
See Also