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 >> MARC >> MARC_Transfer_Record

MARC_Transfer_Record Class



Stores all the information from a MARC21 record


Namespace: SobekCM.Core.MARC
Assembly: SobekCM_Core (in SobekCM_Core.dll) Version: 4.10.0.0 (4.10.0.0)

Syntax

C#
[SerializableAttribute]
[XmlRootAttribute("marcRecords")]
[DataContractAttribute]
[ProtoContractAttribute]
public class MARC_Transfer_Record

Remarks

Object created by Mark V Sullivan (2006) for University of Florida's Digital Library Center.

Inheritance Hierarchy

System..::..Object
  SobekCM.Core.MARC..::..MARC_Transfer_Record

Constructors

  NameDescription
Public methodMARC_Transfer_Record
Constructor for a new instance of the MARC_Transfer_Record class

Methods

  NameDescription
Public methodAdd_Field
Adds a new field to this record
Public methodStatic memberConvert_String_To_XML_Safe
Converts a basic string into an XML-safe string
Public methodToHTML
Returns this MARC record as HTML
Public methodToString
Outputs this record as a string
(Overrides Object..::..ToString()()()().)

Properties

  NameDescription
Public propertyControl_Number
Control number for this record from the 001 field
Public propertyFields
Returns a list of all the MARC tags, sorted by tag number and ready to display as a complete MARC record
Public propertyLeader
Gets or sets the leader portion of this MARC21 Record

See Also



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