Property | Type | Description |
---|
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
|
public METS_Section_ReaderWriter_Mapping ( ) : System | ||
return | System |
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 |
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 |
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 |
public ShouldSerializeOther_MD_Type ( ) : bool | ||
return | bool |