mySobek Home   |   Help
Skip Navigation Links.
Expand <a href='http://sobekrepository.org/sobekcm' title='Sobek home page'>Project Home</a>Project Home
Expand <a href='http://sobekrepository.org/help' title='Online user help'>User Help</a>User Help
Expand <a href='http://sobekrepository.org/sobekcm/technical' title='Sobek home page'>Technical Help</a>Technical Help
Expand <a href='http://sobekrepository.org/software' title='Center for downloading all SobekCM-related software'>Download Center</a>Download Center
Training Videos
Collapse <a href='http://sobekrepository.org/codehelp' title='Details on each of the different classes, interfaces, properties, etc..'>Code Details</a>Code Details
MISSING BANNER
Code Details >> Core >> Settings >> Marc21_Settings

Marc21_Settings Class



Settings related to the generation of Marc21 files within the system and the MarcXML feed


Namespace: SobekCM.Core.Settings
Assembly: 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

System..::..Object
  SobekCM.Core.Settings..::..Marc21_Settings

Constructors

  NameDescription
Public methodMarc21_Settings
Initializes a new instance of the Marc21_Settings class

Methods

  NameDescription
Public methodShouldSerializeCataloging_Source_Code
Method suppresses XML Serialization of the Cataloging_Source_Code property if it is empty
Public methodShouldSerializeLocation_Code
Method suppresses XML Serialization of the Location_Code property if it is empty
Public methodShouldSerializeReproduction_Agency
Method suppresses XML Serialization of the Reproduction_Agency property if it is empty
Public methodShouldSerializeReproduction_Place
Method suppresses XML Serialization of the Reproduction_Place property if it is empty
Public methodShouldSerializeXSLT_File
Method suppresses XML Serialization of the XSLT_File property if it is empty

Properties

  NameDescription
Public propertyBuild_MARC_Feed_By_Default
Flag indicates if the MARC feed should be built by default by the bulk loader
Public propertyCataloging_Source_Code
Cataloging source code for the 040 field, ( for example FUG for University of Florida )
Public propertyLocation_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.
Public propertyMarcXML_Feed_Location
Location where the MarcXML feeds should be placed
Public propertyReproduction_Agency
Agency responsible for reproduction, or primary agency associated with the SobekCM instance ( for the added 533 |c field )
Public propertyReproduction_Place
Place of reproduction, or primary location associated with the SobekCM instance ( for the added 533 |b field )
Public propertyXSLT_File
XSLT file to use as a final transform, after the standard MarcXML file is written

See Also



Version 4.10.0 ( last generated Monday, March 7, 2016 )