Additional_Metadata_Module_Config Class
Holds all the information about metadata modules which should be added
to each new SobekCM_Item class
Namespace: SobekCM.Resource_Object.ConfigurationAssembly: SobekCM_Resource_Object (in SobekCM_Resource_Object.dll) Version: 4.10.0.0 (4.10.0)
Syntax
C# |
---|
[SerializableAttribute]
[DataContractAttribute]
[XmlRootAttribute("AdditionalMetadataModuleConfig")]
[ProtoContractAttribute]
public class Additional_Metadata_Module_Config |
Inheritance Hierarchy
System..::..Object SobekCM.Resource_Object.Configuration..::..Additional_Metadata_Module_Config
Constructors
Methods
| Name | Description |
---|
| Get_Module | Creates the reader/writer object, from the provided code assembly, namespace, and class |
Properties
| Name | Description |
---|
| Code_Assembly | Assembly name of the DLL which holds this metadata extension module |
| Code_Class | Class name for the metadata extension module |
| Code_Namespace | Namespace within which this metadata extension module appears |
| Key | Key used for this metadata module when adding to a new package |
See Also