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

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

Private Properties

프로퍼티 타입 설명

공개 메소드들

메소드 설명
Get_Module ( ) : iBibliographicMapper

Creates the bibliographic mapping object, from the provided code assembly, namespace, and class

Metadata_Mapping_Config ( ) : System

Constructor for a new instance of the Metadata_Mapping_Config class

Metadata_Mapping_Config ( string Name, string Code_Namespace, string Code_Class, string Code_Assembly ) : System

Constructor for a new instance of the Metadata_Mapping_Config class

메소드 상세

Get_Module() 공개 메소드

Creates the bibliographic mapping object, from the provided code assembly, namespace, and class
public Get_Module ( ) : iBibliographicMapper
리턴 iBibliographicMapper

Metadata_Mapping_Config() 공개 메소드

Constructor for a new instance of the Metadata_Mapping_Config class
public Metadata_Mapping_Config ( ) : System
리턴 System

Metadata_Mapping_Config() 공개 메소드

Constructor for a new instance of the Metadata_Mapping_Config class
public Metadata_Mapping_Config ( string Name, string Code_Namespace, string Code_Class, string Code_Assembly ) : System
Name string Name used for identifying this metadata mapping configuration
Code_Namespace string Namespace within which this metadata mapping object appears
Code_Class string Class name for the metadata mapping object
Code_Assembly string Assembly name of the DLL which holds this metadata mapping object
리턴 System