C# Class SobekCM.Resource_Object.Configuration.Metadata_File_ReaderWriter_Config

Configuration information about a reader/writer class used to read stand-along metadata files
Datei anzeigen Open project: MarkVSullivan/SobekCM-Web-Application Class Usage Examples

Private Properties

Property Type Description

Public Methods

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

Method Details

Add_Option() public method

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

Metadata_File_ReaderWriter_Config() public method

Constructor for a new Metadata_File_ReaderWriter_Config object
public Metadata_File_ReaderWriter_Config ( ) : System
return System

ShouldSerializeCode_Assembly() public method

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

ShouldSerializeOptions() public method

Method suppresses XML Serialization of the Options collection if it is empty
public ShouldSerializeOptions ( ) : bool
return bool

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