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

METS_Writing_Profile Class



Profile defines which METS sections reader/writers are used when writing a METS file.


Namespace: SobekCM.Resource_Object.Configuration
Assembly: SobekCM_Resource_Object (in SobekCM_Resource_Object.dll) Version: 4.10.0.0 (4.10.0)

Syntax

C#
[SerializableAttribute]
[XmlRootAttribute("MetsWritingProfile")]
[ProtoContractAttribute]
[DataContractAttribute]
public class METS_Writing_Profile

Inheritance Hierarchy

System..::..Object
  SobekCM.Resource_Object.Configuration..::..METS_Writing_Profile

Constructors

  NameDescription
Public methodMETS_Writing_Profile
Constructor for a new instance of a METS_Writing_Profile

Methods

  NameDescription
Public methodAdd_Division_Level_AmdSec_Writer_Config
Add a new division-level amdSec reader/writer configuration
Public methodAdd_Division_Level_DmdSec_Writer_Config
Add a new division-level dmdSec reader/writer configuration
Public methodAdd_File_Level_AmdSec_Writer_Config
Add a new file-level amdSec reader/writer configuration
Public methodAdd_File_Level_DmdSec_Writer_Config
Add a new file-level dmdSec reader/writer configuration
Public methodAdd_Package_Level_AmdSec_Writer_Config
Add a new package-level amdSec reader/writer configuration
Public methodAdd_Package_Level_DmdSec_Writer_Config
Add a new package-level dmdSec reader/writer configuration
Public methodClear
Clears all the information about which reader/writers to use for this METS writing profile

Properties

  NameDescription
Public propertyDefault_Profile
Flag indicates if this is the default profile
Public propertyDivision_Level_AmdSec_Writer_Configs
Collection of all the division-level amdSec reader/writer configurations
Public propertyDivision_Level_DmdSec_Writer_Configs
Collection of all the division-level dmdSec reader/writer configurations
Public propertyFile_Level_AmdSec_Writer_Configs
Collection of all the file-level amdSec reader/writer configurations
Public propertyFile_Level_DmdSec_Writer_Configs
Collection of all the file-level dmdSec reader/writer configurations
Public propertyPackage_Level_AmdSec_Writer_Configs
Collection of all the package-level amdSec reader/writer configurations
Public propertyPackage_Level_DmdSec_Writer_Configs
Collection of all the package-level dmdSec reader/writer configurations
Public propertyProfile_Description
Description associated with this profile
Public propertyProfile_Name
Name associated with this profile

See Also



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