QualityControl_Profile Class
Stores information about a single profile for performing quality
control online
Namespace: SobekCM.Core.ConfigurationAssembly: SobekCM_Core (in SobekCM_Core.dll) Version: 4.10.0.0 (4.10.0.0)
Syntax
C# |
---|
[SerializableAttribute]
[XmlRootAttribute("QualityControlProfile")]
[DataContractAttribute]
[ProtoContractAttribute]
public class QualityControl_Profile |
Inheritance Hierarchy
Constructors
Methods
Properties
| Name | Description |
---|
| Default_Profile | Flag indicates if this is the default profile |
| Division_Types | Return the list of all division types in this profile |
| Item | Gets the configuration information for a single division type,
from the type name |
| Profile_Description | Description associated with this profile |
| Profile_Name | Name associated with this profile |
See Also