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

파일 보기 프로젝트 열기: MarkVSullivan/SobekCM-Web-Application 1 사용 예제들

Private Properties

프로퍼티 타입 설명

공개 메소드들

메소드 설명
Add_Field ( MARC_Transfer_Field New_Field ) : void

Adds a new field to this record

Convert_String_To_XML_Safe ( string Element ) : string

Converts a basic string into an XML-safe string

MARC_Transfer_Record ( ) : System

Constructor for a new instance of the MARC_Transfer_Record class

ToHTML ( string Width ) : string

Returns this MARC record as HTML

ToString ( ) : string

Outputs this record as a string

메소드 상세

Add_Field() 공개 메소드

Adds a new field to this record
public Add_Field ( MARC_Transfer_Field New_Field ) : void
New_Field MARC_Transfer_Field New field to add
리턴 void

Convert_String_To_XML_Safe() 공개 정적인 메소드

Converts a basic string into an XML-safe string
public static Convert_String_To_XML_Safe ( string Element ) : string
Element string Element data to convert
리턴 string

MARC_Transfer_Record() 공개 메소드

Constructor for a new instance of the MARC_Transfer_Record class
public MARC_Transfer_Record ( ) : System
리턴 System

ToHTML() 공개 메소드

Returns this MARC record as HTML
public ToHTML ( string Width ) : string
Width string Width of the resulting HTML-formatted MARC record
리턴 string

ToString() 공개 메소드

Outputs this record as a string
public ToString ( ) : string
리턴 string