프로퍼티 | 타입 | 설명 | |
---|---|---|---|
Convert_String_To_XML_Safe | string | ||
post_unserialization_single_list_fix | void |
메소드 | 설명 | |
---|---|---|
Add_METS_Section_ReaderWriter ( |
Adds a new METS section reader/writer configuration This instantiates the actual reader/writer class to determine which interfaces are implemeneted. |
|
Add_METS_Writing_Profile ( |
Adds a new METS writing profile to this metadata configuration
|
|
Add_Metadata_File_ReaderWriter ( |
Add a new metadata file reader/writer configuration
|
|
Add_Metadata_Mapper ( |
Add a new metadata mapping configuration object
|
|
Add_Metadata_Module_Config ( |
Add new metadata module configuration information for a module which should always be included
|
|
Clear ( ) : void |
Clear all the current metadata configuration information
|
|
Clear_METS_Writing_Profiles ( ) : void |
Clear all the METS writing profiles from this configuration
|
|
Clear_Metadata_File_ReaderWriter_Config ( ) : void |
Clears all the existing metadata file reader write configuration information
|
|
Clear_Metadata_Mappers ( ) : void |
Clear the metadata mapper configurations
|
|
Clear_Metadata_Modules_To_Include ( ) : void |
Clears all the existing metadata modules to include
|
|
Finalize_Metadata_Configuration ( ) : void |
Finalize the metadata configuration and create all the individual reader/writers
|
|
Get_Division_AmdSec_ReaderWriter ( string MdType, string OtherMdType ) : iDivision_amdSec_ReaderWriter |
Get a division-level amdSec METS section reader/writer by the METS file MDTYPE and OTHERMDTYPE attributes present in the METS section tag
|
|
Get_Division_DmdSec_ReaderWriter ( string MdType, string OtherMdType ) : iDivision_dmdSec_ReaderWriter |
Get a division-level dmdSec METS section reader/writer by the METS file MDTYPE and OTHERMDTYPE attributes present in the METS section tag
|
|
Get_File_AmdSec_ReaderWriter ( string MdType, string OtherMdType ) : iFile_amdSec_ReaderWriter |
Get a file-level amdSec METS section reader/writer by the METS file MDTYPE and OTHERMDTYPE attributes present in the METS section tag
|
|
Get_File_DmdSec_ReaderWriter ( string MdType, string OtherMdType ) : iFile_dmdSec_ReaderWriter |
Get a file-level dmdSec METS section reader/writer by the METS file MDTYPE and OTHERMDTYPE attributes present in the METS section tag
|
|
Get_Package_AmdSec_ReaderWriter ( string MdType, string OtherMdType ) : iPackage_amdSec_ReaderWriter |
Get a package-level amdSec METS section reader/writer by the METS file MDTYPE and OTHERMDTYPE attributes present in the METS section tag
|
|
Get_Package_DmdSec_ReaderWriter ( string MdType, string OtherMdType ) : iPackage_dmdSec_ReaderWriter |
Get a package-level dmdSec METS section reader/writer by the METS file MDTYPE and OTHERMDTYPE attributes present in the METS section tag
|
|
Get_Writing_Profile ( string ProfileName ) : |
Gets an individual METS writing profile, by profile name
|
|
Metadata_Configuration ( ) : System |
constructor for the Metadata_Configuration class
|
|
PostUnSerialization ( ) : void |
Runs a number of post-serialization fixes to ensure the objects in the profiles are the same objects as in the lists of configs
|
|
Save_To_Config_File ( string FilePath ) : bool |
Save this metadata configuration to a XML config file
|
|
Set_Default_Values ( ) : void |
Clears the current metadata configuration and restores all the values to the default reader/writers and profiles
|
메소드 | 설명 | |
---|---|---|
Convert_String_To_XML_Safe ( string Element ) : string |
Converts a basic string into an XML-safe string
|
|
post_unserialization_single_list_fix ( METS_Section_ReaderWriter_Config>.Dictionary |
public Add_METS_Section_ReaderWriter ( |
||
New_ReaderWriter | New METS section reader/writer | |
리턴 | void |
public Add_METS_Writing_Profile ( |
||
NewProfile | New metadata profile to add | |
리턴 | void |
public Add_Metadata_File_ReaderWriter ( |
||
New_ReaderWriter | New metadata file reader/writer configuration | |
리턴 | void |
public Add_Metadata_Mapper ( |
||
Mapper | All the information needed to create a new instance of the mapper | |
리턴 | void |
public Add_Metadata_Module_Config ( |
||
MetadatModuleConfig | New metadata module to include with all new items | |
리턴 | void |
public Clear_Metadata_File_ReaderWriter_Config ( ) : void | ||
리턴 | void |
public Clear_Metadata_Modules_To_Include ( ) : void | ||
리턴 | void |
public Get_Division_AmdSec_ReaderWriter ( string MdType, string OtherMdType ) : iDivision_amdSec_ReaderWriter | ||
MdType | string | MDTYPE attribute from the METS file section being read |
OtherMdType | string | OTHERMDTYPE attribute from the METS file section being read |
리턴 | iDivision_amdSec_ReaderWriter |
public Get_Division_DmdSec_ReaderWriter ( string MdType, string OtherMdType ) : iDivision_dmdSec_ReaderWriter | ||
MdType | string | MDTYPE attribute from the METS file section being read |
OtherMdType | string | OTHERMDTYPE attribute from the METS file section being read |
리턴 | iDivision_dmdSec_ReaderWriter |
public Get_File_AmdSec_ReaderWriter ( string MdType, string OtherMdType ) : iFile_amdSec_ReaderWriter | ||
MdType | string | MDTYPE attribute from the METS file section being read |
OtherMdType | string | OTHERMDTYPE attribute from the METS file section being read |
리턴 | iFile_amdSec_ReaderWriter |
public Get_File_DmdSec_ReaderWriter ( string MdType, string OtherMdType ) : iFile_dmdSec_ReaderWriter | ||
MdType | string | MDTYPE attribute from the METS file section being read |
OtherMdType | string | OTHERMDTYPE attribute from the METS file section being read |
리턴 | iFile_dmdSec_ReaderWriter |
public Get_Package_AmdSec_ReaderWriter ( string MdType, string OtherMdType ) : iPackage_amdSec_ReaderWriter | ||
MdType | string | MDTYPE attribute from the METS file section being read |
OtherMdType | string | OTHERMDTYPE attribute from the METS file section being read |
리턴 | iPackage_amdSec_ReaderWriter |
public Get_Package_DmdSec_ReaderWriter ( string MdType, string OtherMdType ) : iPackage_dmdSec_ReaderWriter | ||
MdType | string | MDTYPE attribute from the METS file section being read |
OtherMdType | string | OTHERMDTYPE attribute from the METS file section being read |
리턴 | iPackage_dmdSec_ReaderWriter |
public Get_Writing_Profile ( string ProfileName ) : |
||
ProfileName | string | Name of the profile to get |
리턴 |
public Save_To_Config_File ( string FilePath ) : bool | ||
FilePath | string | File/path for the resulting XML config file |
리턴 | bool |