Property | Type | Description |
---|
Method | Description | |
---|---|---|
Additional_Metadata_Module_Config ( ) : System |
Constructor for a new instance of the Additional_Metadata_Module_Config class
|
|
Additional_Metadata_Module_Config ( string Key, string Code_Namespace, string Code_Class, string Code_Assembly ) : System |
Constructor for a new instance of the Additional_Metadata_Module_Config class
|
|
Get_Module ( ) : iMetadata_Module |
Creates the reader/writer object, from the provided code assembly, namespace, and class
|
public Additional_Metadata_Module_Config ( ) : System | ||
return | System |
public Additional_Metadata_Module_Config ( string Key, string Code_Namespace, string Code_Class, string Code_Assembly ) : System | ||
Key | string | Key used for this metadata module when adding to a new package |
Code_Namespace | string | Namespace within which this metadata extension module appears |
Code_Class | string | Class name for the metadata extension module |
Code_Assembly | string | Assembly name of the DLL which holds this metadata extension module |
return | System |