C# 클래스 SobekCM.Resource_Object.Mapping.Henderson_Bibliographic_Mapper

Custom Henderson Libraries mapping which takes data and field name and maps that data into the SobekCM field within the main SobekCM Item package
This class implements the iBibliographicMapper interface
상속: iBibliographicMapper
파일 보기 프로젝트 열기: MarkVSullivan/SobekCM-Web-Application

공개 메소드들

메소드 설명
Add_Data ( SobekCM_Item Package, string Data, string Field ) : bool

Adds a bit of data to a bibliographic package using the mapping

비공개 메소드들

메소드 설명
split_add_subjects ( SobekCM_Item Package, string Data ) : void

메소드 상세

Add_Data() 공개 메소드

Adds a bit of data to a bibliographic package using the mapping
public Add_Data ( SobekCM_Item Package, string Data, string Field ) : bool
Package SobekCM_Item Bibliographic package to receive the data
Data string Text of the data
Field string Mapped field
리턴 bool