C# Класс SobekCM.Resource_Object.Configuration.METS_Section_ReaderWriter_Mapping

Показать файл Открыть проект Примеры использования класса

Private Properties

Свойство Тип Описание

Открытые методы

Метод Описание
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

Описание методов

METS_Section_ReaderWriter_Mapping() публичный Метод

Constructor for a new instance of the METS_Section_ReaderWriter_Mapping class
public METS_Section_ReaderWriter_Mapping ( ) : System
Результат System

METS_Section_ReaderWriter_Mapping() публичный Метод

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
Результат System

METS_Section_ReaderWriter_Mapping() публичный Метод

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
Результат System

METS_Section_ReaderWriter_Mapping() публичный Метод

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
Результат System

ShouldSerializeOther_MD_Type() публичный Метод

Method suppresses XML Serialization of the Other_MD_Type property if it is empty
public ShouldSerializeOther_MD_Type ( ) : bool
Результат bool