Method | Description | |
---|---|---|
Add_Data ( SobekCM_Item Package, string Data, string Field ) : bool |
Adds a bit of data to a bibliographic package using the mapping
|
|
Add_Data ( SobekCM_Item Package, string Data, string Field, string &Message ) : bool |
Adds a bit of data to a bibliographic package using the mapping
|
|
Set_Mappings ( ) : void |
Sets the mapping configuration and builds the iBibliographicMapper objects to handle the incoming field/value pairs The configuration is loaded from the ResourceObjectSettings metadata configuration values. |
|
Set_Mappings ( List |
Sets the mapping configuration and builds the iBibliographicMapper objects to handle the incoming field/value pairs
|
|
Verify_Initialization ( ) : void |
Verified the iBibliographicMapper objects were loaded from the configuration, and loads if different The configuration is loaded from the ResourceObjectSettings metadata configuration values. |
|
Verify_Initialization ( List |
Verified the iBibliographicMapper objects were loaded from the configuration, and loads if different
|
Method | Description | |
---|---|---|
Bibliographic_Mapping ( ) : System |
Initializes the static class
|
public static 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 |
return | bool |
public static Add_Data ( SobekCM_Item Package, string Data, string Field, string &Message ) : bool | ||
Package | SobekCM_Item | Bibliographic package to receive the data |
Data | string | Text of the data |
Field | string | Mapped field |
Message | string | [OUT] Message also indicates if the field was mapped, and which mapper found the match |
return | bool |
public static Set_Mappings ( List |
||
MapperConfigs | List |
Mapper configuration values, used to determine which mappers to /// create, and in what order |
return | void |
public static Verify_Initialization ( ) : void | ||
return | void |
public static Verify_Initialization ( List |
||
MapperConfigs | List |
Mapper configuration values, used to determine which mappers to /// create, and in what order |
return | void |