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_Subfield

MARC_Transfer_Subfield Class



Holds the data about a single subfield in a MARC_Transfer_Field.



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("marcSubfield")]
public class MARC_Transfer_Subfield

Inheritance Hierarchy

System..::..Object
  SobekCM.Core.MARC..::..MARC_Transfer_Subfield

Constructors

  NameDescription
Public methodMARC_Transfer_Subfield()()()()
Constructor for a new instance the MARC_Subfield class
Public methodMARC_Transfer_Subfield(Char, String)
Constructor for a new instance the MARC_Transfer_Subfield class

Methods

  NameDescription
Public methodToString
Returns this MARC Subfield as a string
(Overrides Object..::..ToString()()()().)

Properties

  NameDescription
Public propertyData
Gets the data associated with this MARC subfield
Public propertySubfield_Code
Gets the MARC subfield code associated with this data

See Also



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