C# 클래스 SobekCM.Core.MARC.MARC_Transfer_Subfield

파일 보기 프로젝트 열기: MarkVSullivan/SobekCM-Web-Application

Private Properties

프로퍼티 타입 설명

공개 메소드들

메소드 설명
MARC_Transfer_Subfield ( ) : System

Constructor for a new instance the MARC_Subfield class

This constructor does not initialize any of the values and is primarily added for serialization/deserialization purposes.

MARC_Transfer_Subfield ( char Subfield_Code, string Data ) : System

Constructor for a new instance the MARC_Transfer_Subfield class

ToString ( ) : string

Returns this MARC Subfield as a string

메소드 상세

MARC_Transfer_Subfield() 공개 메소드

Constructor for a new instance the MARC_Subfield class
This constructor does not initialize any of the values and is primarily added for serialization/deserialization purposes.
public MARC_Transfer_Subfield ( ) : System
리턴 System

MARC_Transfer_Subfield() 공개 메소드

Constructor for a new instance the MARC_Transfer_Subfield class
public MARC_Transfer_Subfield ( char Subfield_Code, string Data ) : System
Subfield_Code char Code for this subfield in the MARC record
Data string Data stored for this subfield
리턴 System

ToString() 공개 메소드

Returns this MARC Subfield as a string
public ToString ( ) : string
리턴 string