MARC_Transfer_Field Class
Namespace: SobekCM.Core.MARCAssembly: 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
Inheritance Hierarchy
Constructors
Methods
Properties
|
| Name | Description |
|---|
 | Control_Field_Value | Gets or sets the data for this MARC XML field which does not exist in any subfield |
 | Indicator1 | Gets or sets the first character of the indicator |
 | Indicator2 | Gets or sets the second character of the indicator |
 | Indicators | Gets or sets the complete indicator for this data field |
 | Item | Gets the data from a particular subfield in this data field |
 | Subfield_Count | Get the number of subfields in this data field |
 | Subfields | Gets the collection of subfields in this data field |
 | Tag | Gets or sets the tag for this data field |
See Also