C# Class SobekCM.Resource_Object.Bib_Info.Name_Info_MarcRelator_Code

MARC Relator code associated with a Name_Info object
Mostra file Open project: MarkVSullivan/SobekCM-Web-Application

Public Methods

Method Description
Code_From_Text ( string Text ) : string

Convert from the role text to the corresponding MARC Relator Code

Text_From_Code ( string Code ) : string

Convert to the role text from the corresponding MARC Relator Code

Method Details

Code_From_Text() public static method

Convert from the role text to the corresponding MARC Relator Code
public static Code_From_Text ( string Text ) : string
Text string Role text
return string

Text_From_Code() public static method

Convert to the role text from the corresponding MARC Relator Code
public static Text_From_Code ( string Code ) : string
Code string MARC Relator Code
return string