C# Class SobekCM.Resource_Object.Bib_Info.Name_Info_MarcRelator_Code

MARC Relator code associated with a Name_Info object
Afficher le fichier Open project: MarkVSullivan/SobekCM-Web-Application

Méthodes publiques

Méthode 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 méthode

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

Text_From_Code() public static méthode

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