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

Configuration information about a reader/writer class used to read stand-along metadata files
Показать файл Открыть проект Примеры использования класса

Private Properties

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

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

Метод Описание
Add_Option ( string Key, string Value ) : void

Add a new option to the dictionary of associated standard options

Metadata_File_ReaderWriter_Config ( ) : System

Constructor for a new Metadata_File_ReaderWriter_Config object

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

ShouldSerializeOther_MD_Type ( ) : bool

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

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

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

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

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

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

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

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