C# 클래스 SobekCM.Core.Configuration.OAIPMH.OAI_PMH_Configuration

파일 보기 프로젝트 열기: MarkVSullivan/SobekCM-Web-Application 1 사용 예제들

Private Properties

프로퍼티 타입 설명
Convert_String_To_XML_Safe string

공개 메소드들

메소드 설명
Add_Admin_Email ( string AdminEmail ) : void

Add a new admin email address within the Identify response of the OAI-PMH protocol

Add_Description ( string NewDescription ) : void

Add a new description to be included within the Identify response of the OAI-PMH protocol

Add_Metadata_Prefix ( OAI_PMH_Metadata_Format NewPrefix ) : void

Add a new metadata prefix

Clear_Metadata_Prefixes ( ) : void

Clears all the metadata prefixes

OAI_PMH_Configuration ( ) : System

OAI-PMG configuration information for this SobekCM instance

Save_To_Config_File ( string FilePath ) : bool

Save this OAI-PMH configuration to a XML config file

Set_Default ( ) : void

Sets the defautls for the metadata prefixes ( dublin core and marc21 )

비공개 메소드들

메소드 설명
Convert_String_To_XML_Safe ( string element ) : string

Converts a basic string into an XML-safe string

메소드 상세

Add_Admin_Email() 공개 메소드

Add a new admin email address within the Identify response of the OAI-PMH protocol
public Add_Admin_Email ( string AdminEmail ) : void
AdminEmail string New admin email to add to the list
리턴 void

Add_Description() 공개 메소드

Add a new description to be included within the Identify response of the OAI-PMH protocol
public Add_Description ( string NewDescription ) : void
NewDescription string New custom description to be included
리턴 void

Add_Metadata_Prefix() 공개 메소드

Add a new metadata prefix
public Add_Metadata_Prefix ( OAI_PMH_Metadata_Format NewPrefix ) : void
NewPrefix OAI_PMH_Metadata_Format New OAI-PMH metadata prefix and reader/writer
리턴 void

Clear_Metadata_Prefixes() 공개 메소드

Clears all the metadata prefixes
public Clear_Metadata_Prefixes ( ) : void
리턴 void

OAI_PMH_Configuration() 공개 메소드

OAI-PMG configuration information for this SobekCM instance
public OAI_PMH_Configuration ( ) : System
리턴 System

Save_To_Config_File() 공개 메소드

Save this OAI-PMH configuration to a XML config file
public Save_To_Config_File ( string FilePath ) : bool
FilePath string File/path for the resulting XML config file
리턴 bool

Set_Default() 공개 메소드

Sets the defautls for the metadata prefixes ( dublin core and marc21 )
public Set_Default ( ) : void
리턴 void