C# 클래스 SobekCM.Resource_Object.Configuration.ResourceObjectSettings

Settings necessary for the digital resource library to operate, such as all the metadata configuration (or the default)
파일 보기 프로젝트 열기: MarkVSullivan/SobekCM-Web-Application 1 사용 예제들

공개 메소드들

메소드 설명
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