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_Field

MARC_Transfer_Field Class



Stores the information for a field in a MARC21 record ( MARC_Transfer_Record )


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

Syntax

C#
[SerializableAttribute]
[DataContractAttribute]
[ProtoContractAttribute]
[XmlRootAttribute("marcField")]
public class MARC_Transfer_Field

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_Field

Constructors

  NameDescription
Public methodMARC_Transfer_Field()()()()
Constructor for a new instance of the MARC_Transfer_Field class
Public methodMARC_Transfer_Field(Int32, String)
Constructor for a new instance of the MARC_Field class
Public methodMARC_Transfer_Field(Int32, Char, Char)
Constructor for a new instance of the MARC_Field class
Public methodMARC_Transfer_Field(Int32, String, String)
Constructor for a new instance of the MARC_Field class

Methods

  NameDescription
Public methodAdd_NonRepeatable_Subfield
Adds a new subfield code to this MARC field or updates an existing subfield of the same code
Public methodAdd_Subfield
Adds a new subfield code to this MARC field
Public methodClear_Subfields
Clears the list of all subfields in this field
Public methodhas_Subfield
Returns flag indicating if this data field has the indicated subfield
Public methodSubfields_By_Code
Gets the colleciton of subfields by subfield code
Public methodToString
Returns this data field as a simple string value
(Overrides Object..::..ToString()()()().)

Properties

  NameDescription
Public propertyControl_Field_Value
Gets or sets the data for this MARC XML field which does not exist in any subfield
Public propertyIndicator1
Gets or sets the first character of the indicator
Public propertyIndicator2
Gets or sets the second character of the indicator
Public propertyIndicators
Gets or sets the complete indicator for this data field
Public propertyItem
Gets the data from a particular subfield in this data field
Public propertySubfield_Count
Get the number of subfields in this data field
Public propertySubfields
Gets the collection of subfields in this data field
Public propertyTag
Gets or sets the tag for this data field

See Also



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