C# Class SobekCM.Resource_Object.Configuration.Metadata_File_ReaderWriter_Config

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

Private Properties

Свойство Type Description

Méthodes publiques

Méthode 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 méthode

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
Résultat void

Metadata_File_ReaderWriter_Config() public méthode

Constructor for a new Metadata_File_ReaderWriter_Config object
public Metadata_File_ReaderWriter_Config ( ) : System
Résultat System

ShouldSerializeCode_Assembly() public méthode

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

ShouldSerializeOptions() public méthode

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

ShouldSerializeOther_MD_Type() public méthode

Method suppresses XML Serialization of the Other_MD_Type property if it is empty
public ShouldSerializeOther_MD_Type ( ) : bool
Résultat bool