C# Class SobekCM.Resource_Object.Configuration.METS_Section_ReaderWriter_Mapping

Afficher le fichier Open project: MarkVSullivan/SobekCM-Web-Application Class Usage Examples

Private Properties

Свойство Type Description

Méthodes publiques

Méthode Description
METS_Section_ReaderWriter_Mapping ( ) : System

Constructor for a new instance of the METS_Section_ReaderWriter_Mapping class

METS_Section_ReaderWriter_Mapping ( string MD_Type, bool isDefault ) : System

Constructor for a new instance of the METS_Section_ReaderWriter_Mapping class

METS_Section_ReaderWriter_Mapping ( string MD_Type, string Label, bool isDefault ) : System

Constructor for a new instance of the METS_Section_ReaderWriter_Mapping class

METS_Section_ReaderWriter_Mapping ( string MD_Type, string Other_MD_Type, string Label, bool isDefault ) : System

Constructor for a new instance of the METS_Section_ReaderWriter_Mapping class

ShouldSerializeOther_MD_Type ( ) : bool

Method suppresses XML Serialization of the Other_MD_Type property if it is empty

Method Details

METS_Section_ReaderWriter_Mapping() public méthode

Constructor for a new instance of the METS_Section_ReaderWriter_Mapping class
public METS_Section_ReaderWriter_Mapping ( ) : System
Résultat System

METS_Section_ReaderWriter_Mapping() public méthode

Constructor for a new instance of the METS_Section_ReaderWriter_Mapping class
public METS_Section_ReaderWriter_Mapping ( string MD_Type, bool isDefault ) : System
MD_Type string Standard metadata type within the METS dmdSec/amdSec metadata definition tags (or OTHER)
isDefault bool Flag indicates if this is the default mapping, which means it would be used when writing a new METS file
Résultat System

METS_Section_ReaderWriter_Mapping() public méthode

Constructor for a new instance of the METS_Section_ReaderWriter_Mapping class
public METS_Section_ReaderWriter_Mapping ( string MD_Type, string Label, bool isDefault ) : System
MD_Type string Standard metadata type within the METS dmdSec/amdSec metadata definition tags (or OTHER)
Label string Label associated with this METS section within the METS dmdSec/amdSec metadata definition tags (used when writing)
isDefault bool Flag indicates if this is the default mapping, which means it would be used when writing a new METS file
Résultat System

METS_Section_ReaderWriter_Mapping() public méthode

Constructor for a new instance of the METS_Section_ReaderWriter_Mapping class
public METS_Section_ReaderWriter_Mapping ( string MD_Type, string Other_MD_Type, string Label, bool isDefault ) : System
MD_Type string Standard metadata type within the METS dmdSec/amdSec metadata definition tags (or OTHER)
Other_MD_Type string Other metadata type within the METS dmdSec/amdSec metadata definition tags
Label string Label associated with this METS section within the METS dmdSec/amdSec metadata definition tags (used when writing)
isDefault bool Flag indicates if this is the default mapping, which means it would be used when writing a new METS file
Résultat System

ShouldSerializeOther_MD_Type() public méthode

Method suppresses XML Serialization of the Other_MD_Type property if it is empty
public ShouldSerializeOther_MD_Type ( ) : bool
Résultat bool