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)
Afficher le fichier Open project: MarkVSullivan/SobekCM-Web-Application Class Usage Examples

Méthodes publiques

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

Méthode Description
ResourceObjectSettings ( ) : System

Constructor for a new instance of the ResourceObjectSettings class

Method Details

Add_Assembly() public static méthode

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

Clear_Assemblies() public static méthode

Clears the dictionary of assemblies
public static Clear_Assemblies ( ) : void
Résultat void

Get_Assembly() public static méthode

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