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

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

Private Properties

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

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

Метод Описание
Add_Mapping ( METS_Section_ReaderWriter_Mapping New_Mapping ) : void

Add a new mapping from the METS file MDTYPE and OTHERMDTYPE attributes which this METS Section Reader/Writer supports

Add_Option ( string Key, string Value ) : void

Add a new option to the dictionary of associated standard options

Create_ReaderWriterObject ( ) : bool

Creates the reader/writer object, from the provided code assembly, namespace, and class

METS_Section_ReaderWriter_Config ( ) : System

Constructor for a new METS_Section_ReaderWriter_Config object

ShouldSerializeAmdSecType ( ) : bool

Method suppresses XML Serialization of the AmdSecType property if it is UNSPECIFIED

ShouldSerializeCode_Assembly ( ) : bool

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

ShouldSerializeOptions ( ) : bool

Method suppresses XML Serialization of the Options collection if it is empty

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

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

Add a new mapping from the METS file MDTYPE and OTHERMDTYPE attributes which this METS Section Reader/Writer supports
public Add_Mapping ( METS_Section_ReaderWriter_Mapping New_Mapping ) : void
New_Mapping METS_Section_ReaderWriter_Mapping New mapping
Результат void

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

Add a new option to the dictionary of associated standard options
public Add_Option ( string Key, string Value ) : void
Key string Key of this option
Value string Value of this option
Результат void

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

Creates the reader/writer object, from the provided code assembly, namespace, and class
public Create_ReaderWriterObject ( ) : bool
Результат bool

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

Constructor for a new METS_Section_ReaderWriter_Config object
public METS_Section_ReaderWriter_Config ( ) : System
Результат System

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

Method suppresses XML Serialization of the AmdSecType property if it is UNSPECIFIED
public ShouldSerializeAmdSecType ( ) : bool
Результат bool

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

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

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

Method suppresses XML Serialization of the Options collection if it is empty
public ShouldSerializeOptions ( ) : bool
Результат bool