C# Class SobekCM.Resource_Object.Configuration.Metadata_Mapping_Config

Afficher le fichier Open project: MarkVSullivan/SobekCM-Web-Application Class Usage Examples

Private Properties

Свойство Type Description

Méthodes publiques

Méthode Description
Get_Module ( ) : iBibliographicMapper

Creates the bibliographic mapping object, from the provided code assembly, namespace, and class

Metadata_Mapping_Config ( ) : System

Constructor for a new instance of the Metadata_Mapping_Config class

Metadata_Mapping_Config ( string Name, string Code_Namespace, string Code_Class, string Code_Assembly ) : System

Constructor for a new instance of the Metadata_Mapping_Config class

Method Details

Get_Module() public méthode

Creates the bibliographic mapping object, from the provided code assembly, namespace, and class
public Get_Module ( ) : iBibliographicMapper
Résultat iBibliographicMapper

Metadata_Mapping_Config() public méthode

Constructor for a new instance of the Metadata_Mapping_Config class
public Metadata_Mapping_Config ( ) : System
Résultat System

Metadata_Mapping_Config() public méthode

Constructor for a new instance of the Metadata_Mapping_Config class
public Metadata_Mapping_Config ( string Name, string Code_Namespace, string Code_Class, string Code_Assembly ) : System
Name string Name used for identifying this metadata mapping configuration
Code_Namespace string Namespace within which this metadata mapping object appears
Code_Class string Class name for the metadata mapping object
Code_Assembly string Assembly name of the DLL which holds this metadata mapping object
Résultat System