C# Class SobekCM.Resource_Object.Configuration.METS_Section_ReaderWriter_Mapping

Exibir arquivo Open project: MarkVSullivan/SobekCM-Web-Application Class Usage Examples

Private Properties

Property Type Description

Public Methods

Method 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 method

Constructor for a new instance of the METS_Section_ReaderWriter_Mapping class
public METS_Section_ReaderWriter_Mapping ( ) : System
return System

METS_Section_ReaderWriter_Mapping() public method

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
return System

METS_Section_ReaderWriter_Mapping() public method

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
return System

METS_Section_ReaderWriter_Mapping() public method

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
return System

ShouldSerializeOther_MD_Type() public method

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