C# Класс SobekCM.Resource_Object.Configuration.ResourceObjectSettings

Settings necessary for the digital resource library to operate, such as all the metadata configuration (or the default)
Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
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

Приватные методы

Метод Описание
ResourceObjectSettings ( ) : System

Constructor for a new instance of the ResourceObjectSettings class

Описание методов

Add_Assembly() публичный статический Метод

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
Результат void

Clear_Assemblies() публичный статический Метод

Clears the dictionary of assemblies
public static Clear_Assemblies ( ) : void
Результат void

Get_Assembly() публичный статический Метод

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
Результат string