Property | Type | Description |
---|
Method | 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
|
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 |
return | System |