mySobek Home   |   Help
Skip Navigation Links.
Expand <a href='http://sobekrepository.org/sobekcm' title='Sobek home page'>Project Home</a>Project Home
Expand <a href='http://sobekrepository.org/help' title='Online user help'>User Help</a>User Help
Expand <a href='http://sobekrepository.org/sobekcm/technical' title='Sobek home page'>Technical Help</a>Technical Help
Expand <a href='http://sobekrepository.org/software' title='Center for downloading all SobekCM-related software'>Download Center</a>Download Center
Training Videos
Collapse <a href='http://sobekrepository.org/codehelp' title='Details on each of the different classes, interfaces, properties, etc..'>Code Details</a>Code Details
MISSING BANNER
Code Details >> Core >> Configuration >> QualityControl_Division_Config

QualityControl_Division_Config Class



Configuration information for a single possible division type


Namespace: SobekCM.Core.Configuration
Assembly: 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

System..::..Object
  SobekCM.Core.Configuration..::..QualityControl_Division_Config

Constructors

  NameDescription
Public methodQualityControl_Division_Config()()()()
Constructor for a new instance of the QualityControl_Division_Config class
Public methodQualityControl_Division_Config(Int32, String, Boolean, Boolean)
Constructor for a new instance of the QualityControl_Division_Config class
Public methodQualityControl_Division_Config(Int32, String, Boolean, Boolean, String)
Constructor for a new instance of the QualityControl_Division_Config class

Methods

  NameDescription
Public methodAdd_Translation
Add a translated type for this division
Public methodGet_Translation
Get the type translated into the language specified
Public methodShouldSerializeBaseTypeName
Method suppresses XML Serialization of the BaseTypeName property if it is empty
Public methodShouldSerializeTypeTranslations
Method suppresses XML Serialization of the TypeTranslations collection if it is empty
Protected methodWrite_Translations

Fields

  NameDescription
Public fieldTypeTranslations
List of all the translation values for this type, including the language and the term

Properties

  NameDescription
Public propertyBaseTypeName
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
Protected propertyhasTranslations
Flag indicates if this division config has translations
Protected propertyID
Key for this division configuration information
Public propertyisActive
Flag indicates if this division is currently active
Public propertyisNameable
Flag indicates if the user will be asked for a name when this division is chosen
Public propertyTypeName
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



Version 4.10.0 ( last generated Monday, March 7, 2016 )