QualityControl_Division_Config Class
Configuration information for a single possible division type
Namespace: SobekCM.Core.ConfigurationAssembly: SobekCM_Core (in SobekCM_Core.dll) Version: 4.10.0.0 (4.10.0.0)
Syntax
C# |
---|
[SerializableAttribute]
[XmlRootAttribute("QualityControlDivisionConfig")]
[DataContractAttribute]
[ProtoContractAttribute]
public class QualityControl_Division_Config |
Inheritance Hierarchy
Constructors
Methods
Fields
| Name | Description |
---|
| TypeTranslations | List of all the translation values for this type, including the language and the term |
Properties
| Name | Description |
---|
| BaseTypeName | If this is set, then the typename is actually used as the division label
and this is used as the type within the METS structure map |
| hasTranslations | Flag indicates if this division config has translations |
| ID | Key for this division configuration information |
| isActive | Flag indicates if this division is currently active |
| isNameable | Flag indicates if the user will be asked for a name when this division is chosen |
| TypeName | Name of this type, which the user selects. This is also the default name, if
a translation for this name is not provided in a requested language |
See Also