Method | Description | |
---|---|---|
Add_Data ( |
Adds a bit of data to a bibliographic package using the mapping
|
|
Bibliographic_Mapping_Deprecated ( ) : System |
Constructor for a new instance of the Bibliographic_Mapping class
|
|
Mapped_Field_To_String ( Mapped_Fields Field ) : string |
Converts the mapped field enumeration to a string
|
|
String_To_Mapped_Field ( string Field_As_String ) : Mapped_Fields |
Converts a string to a mapped field enumeration value
|
|
build_date_string ( |
Builds a complete date string based on each of the individual components passed in through the mappings ( day, month, year )
|
|
clear_static_variables ( ) : void |
Clears all of the static class variables used to retain state between different mappings for complex values which are passed in one at a time.
|
Method | Description | |
---|---|---|
Guarantee_Affiliation_Collection ( |
||
Guarantee_Cartographics ( |
||
Guarantee_Hierarchical_Spatial ( |
public static Add_Data ( |
||
Package | Bibliographic package to receive the data | |
Data | string | Text of the data |
Field | Mapped_Fields | Mapped field |
return | void |
public Bibliographic_Mapping_Deprecated ( ) : System | ||
return | System |
public static Mapped_Field_To_String ( Mapped_Fields Field ) : string | ||
Field | Mapped_Fields | Mapped field enumeration |
return | string |
public static String_To_Mapped_Field ( string Field_As_String ) : Mapped_Fields | ||
Field_As_String | string | String version of the mapped field |
return | Mapped_Fields |
public static build_date_string ( |
||
Package | Item to add the built date string to | |
return | void |
public static clear_static_variables ( ) : void | ||
return | void |