프로퍼티 | 타입 | 설명 |
---|
메소드 | 설명 | |
---|---|---|
Add_Field ( |
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
|
public Add_Field ( |
||
New_Field | New field to add | |
리턴 | void |
public static Convert_String_To_XML_Safe ( string Element ) : string | ||
Element | string | Element data to convert |
리턴 | string |
public ToHTML ( string Width ) : string | ||
Width | string | Width of the resulting HTML-formatted MARC record |
리턴 | string |