C# Class SobekCM.Resource_Object.Configuration.ResourceObjectSettings

Settings necessary for the digital resource library to operate, such as all the metadata configuration (or the default)
Datei anzeigen Open project: MarkVSullivan/SobekCM-Web-Application Class Usage Examples

Public Methods

Method Description
Add_Assembly ( string AssemblyCode, string AssemblyFilePath ) : void

Add an external assembly, likely from an extension or plug-in

Clear_Assemblies ( ) : void

Clears the dictionary of assemblies

Get_Assembly ( string ID ) : string

Gets the absolute path and filename for an assembly included in one of the extensions, by extension ID

Private Methods

Method Description
ResourceObjectSettings ( ) : System

Constructor for a new instance of the ResourceObjectSettings class

Method Details

Add_Assembly() public static method

Add an external assembly, likely from an extension or plug-in
public static Add_Assembly ( string AssemblyCode, string AssemblyFilePath ) : void
AssemblyCode string Code for this assembly
AssemblyFilePath string File path for the DLL assembly to be referenced
return void

Clear_Assemblies() public static method

Clears the dictionary of assemblies
public static Clear_Assemblies ( ) : void
return void

Get_Assembly() public static method

Gets the absolute path and filename for an assembly included in one of the extensions, by extension ID
public static Get_Assembly ( string ID ) : string
ID string
return string