Marc21_Settings Class
Settings related to the generation of Marc21 files within the system and the MarcXML feed
Namespace: SobekCM.Core.SettingsAssembly: SobekCM_Core (in SobekCM_Core.dll) Version: 4.10.0.0 (4.10.0.0)
Syntax
C# |
---|
[SerializableAttribute]
[ProtoContractAttribute]
[DataContractAttribute]
public class Marc21_Settings |
Inheritance Hierarchy
Constructors
Methods
Properties
| Name | Description |
---|
| Build_MARC_Feed_By_Default | Flag indicates if the MARC feed should be built by default by the bulk loader |
| Cataloging_Source_Code | Cataloging source code for the 040 field, ( for example FUG for University of Florida ) |
| Location_Code | Location code for the 852 |a - if none is given the system abbreviation will be used. Otherwise, the system abbreviation will be put in the 852 |b field. |
| MarcXML_Feed_Location | Location where the MarcXML feeds should be placed |
| Reproduction_Agency | Agency responsible for reproduction, or primary agency associated with the SobekCM instance ( for the added 533 |c field ) |
| Reproduction_Place | Place of reproduction, or primary location associated with the SobekCM instance ( for the added 533 |b field ) |
| XSLT_File | XSLT file to use as a final transform, after the standard MarcXML file is written |
See Also